* installing *source* package 'gpboost' ... ** this is package 'gpboost' version '1.6.1' ** using staged installation checking whether C++17 is supported...yes checking whether MM_PREFETCH works...yes checking whether MM_MALLOC works...yes checking whether INET_PTON works...yes ** libs using C compiler: 'gcc.exe (GCC) 14.2.0' using C++ compiler: 'g++.exe (GCC) 14.2.0' using C++17 g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c boosting/boosting.cpp -o boosting/boosting.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from boosting/gbdt.h:10, from boosting/dart.hpp:16, from boosting/boosting.cpp:7: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c boosting/gbdt.cpp -o boosting/gbdt.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from boosting/gbdt.h:10, from boosting/gbdt.cpp:6: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c boosting/gbdt_model_text.cpp -o boosting/gbdt_model_text.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from ./include/LightGBM/metric.h:12, from boosting/gbdt_model_text.cpp:6: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c boosting/gbdt_prediction.cpp -o boosting/gbdt_prediction.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from boosting/gbdt_prediction.cpp:6: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c boosting/prediction_early_stop.cpp -o boosting/prediction_early_stop.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/bin.cpp -o io/bin.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/config.cpp -o io/config.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/config_auto.cpp -o io/config_auto.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/dataset.cpp -o io/dataset.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/dataset_loader.cpp -o io/dataset_loader.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/file_io.cpp -o io/file_io.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/json11.cpp -o io/json11.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/metadata.cpp -o io/metadata.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/parser.cpp -o io/parser.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/train_share_states.cpp -o io/train_share_states.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io/tree.cpp -o io/tree.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c metric/dcg_calculator.cpp -o metric/dcg_calculator.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from ./include/LightGBM/metric.h:12, from metric/dcg_calculator.cpp:5: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c metric/metric.cpp -o metric/metric.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from ./include/LightGBM/metric.h:12, from metric/metric.cpp:6: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c objective/objective_function.cpp -o objective/objective_function.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from objective/objective_function.cpp:6: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c network/ifaddrs_patch.cpp -o network/ifaddrs_patch.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c network/linker_topo.cpp -o network/linker_topo.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c network/linkers_mpi.cpp -o network/linkers_mpi.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c network/linkers_socket.cpp -o network/linkers_socket.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c network/network.cpp -o network/network.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c treelearner/data_parallel_tree_learner.cpp -o treelearner/data_parallel_tree_learner.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c treelearner/feature_parallel_tree_learner.cpp -o treelearner/feature_parallel_tree_learner.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c treelearner/gpu_tree_learner.cpp -o treelearner/gpu_tree_learner.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c treelearner/linear_tree_learner.cpp -o treelearner/linear_tree_learner.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/Dense:1, from treelearner/linear_tree_learner.cpp:7: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ treelearner/linear_tree_learner.cpp:340:17: required from here 340 | XTHX_mat(feat1, feat2) = XTHX_[leaf_num][j]; | ~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ treelearner/linear_tree_learner.cpp:340:17: required from here 340 | XTHX_mat(feat1, feat2) = XTHX_[leaf_num][j]; | ~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl >, Eigen::SolverStorage>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse > >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ treelearner/linear_tree_learner.cpp:349:61: required from here 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Inverse > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Inverse > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:65: required from here 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ treelearner/linear_tree_learner.cpp:349:63: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:493:28: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 493 | m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff(); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:493:44: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 493 | m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:517:47: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 517 | biggest_in_corner = m_lu.bottomRightCorner(rows-k, cols-k) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:518:35: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 517 | biggest_in_corner = m_lu.bottomRightCorner(rows-k, cols-k) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 518 | .unaryExpr(Scoring()) | ~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:545:15: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 545 | m_lu.row(k).swap(m_lu.row(row_of_biggest_in_corner)); | ~~~~~~~~^~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:549:15: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_lu.col(k).swap(m_lu.col(col_of_biggest_in_corner)); | ~~~~~~~~^~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:557:23: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 557 | m_lu.col(k).tail(rows-k-1) /= m_lu.coeff(k,k); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:559:103: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 559 | m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); | ~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:559:85: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 559 | m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:557:34: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 557 | m_lu.col(k).tail(rows-k-1) /= m_lu.coeff(k,k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double]' 41 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::div_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:557:34: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 557 | m_lu.col(k).tail(rows-k-1) /= m_lu.coeff(k,k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, -1, -1, false> > >' 79 | CoeffReadCost = internal::evaluator::CoeffReadCost | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:123:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:519:34: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 517 | biggest_in_corner = m_lu.bottomRightCorner(rows-k, cols-k) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 518 | .unaryExpr(Scoring()) | ~~~~~~~~~~~~~~~~~~~~~ 519 | .maxCoeff(&row_of_biggest_in_corner, &col_of_biggest_in_corner); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Inverse > > >, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Inverse > > >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Inverse > > >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Inverse > >; RhsT = Eigen::Matrix; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' 469 | call_restricted_packet_assignment_no_alias(dst, s * lhs.lazyProduct(rhs), func); | ~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>]' 424 | call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:545:23: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 545 | m_lu.row(k).swap(m_lu.row(row_of_biggest_in_corner)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::Block, -1, 1, true>; Functor = swap_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::Block, -1, 1, true>; Functor = Eigen::internal::swap_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Block, -1, 1, true>; Func = swap_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Block, -1, 1, true>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>]' 424 | call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:549:23: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_lu.col(k).swap(m_lu.col(col_of_biggest_in_corner)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double]' 41 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::div_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:557:34: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 557 | m_lu.col(k).tail(rows-k-1) /= m_lu.coeff(k,k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' 274 | evaluator rhsEval(rhs); | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>]' 329 | internal::outer_product_selector_run(dst, lhs, rhs, sub(), is_row_major()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>]' 178 | generic_product_impl::subTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, 0>; ExpressionType = Eigen::Block, -1, -1, false>; StorageBase = Eigen::MatrixBase]' 59 | call_assignment_no_alias(m_expression, other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:559:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 559 | m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:559:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 559 | m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:559:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 559 | m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::Block, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, -1, 1, true>, -1, 1, false>, Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' 280 | func(dst.col(j), rhsEval.coeff(Index(0),j) * actual_lhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:559:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 559 | m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Inverse > > >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:493:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 493 | m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Inverse > > >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Inverse > > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:853:60: required from 'static void Eigen::internal::Assignment >, Eigen::internal::assign_op::Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; MatrixType = Eigen::Matrix; SrcXprType = Eigen::Inverse > >; typename DstXprType::Scalar = double; typename SrcXprType::Scalar = double]' 853 | dst = src.nestedExpression().solve(MatrixType::Identity(src.rows(), src.cols())); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Inverse > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::CwiseNullaryOp, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/Eigen/src/LU/FullPivLU.h:853:39: required from 'static void Eigen::internal::Assignment >, Eigen::internal::assign_op::Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; MatrixType = Eigen::Matrix; SrcXprType = Eigen::Inverse > >; typename DstXprType::Scalar = double; typename SrcXprType::Scalar = double]' 853 | dst = src.nestedExpression().solve(MatrixType::Identity(src.rows(), src.cols())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:493:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 493 | m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Inverse > >; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Inverse > >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:768:69: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:559:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 559 | m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/LU/FullPivLU.h:493:55: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' 493 | m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 122 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:468:10: required from 'Eigen::FullPivLU::FullPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 468 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:870:10: required from 'const Eigen::FullPivLU::PlainObject> Eigen::MatrixBase::fullPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 870 | return FullPivLU(eval()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treelearner/linear_tree_learner.cpp:349:50: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ~~~~~~~~~~~~~~~~~~^~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:767:22: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:774:59: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Block, 1, -1, false>; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Block, 1, -1, false>]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:785:55: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' 155 | pack_rhs(blockB+actual_kc*j2, other.getSubMapper(startBlock,j2), actualPanelWidth, actual_cols, actual_kc, blockBOffset); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int Side = 1; int Mode = 5]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Block, -1, -1, false>; unsigned int _Mode = 5]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Block, -1, -1, false>; unsigned int _Mode = 5]' 522 | { return solveInPlace(other); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/LU/FullPivLU.h:772:20: required from 'void Eigen::FullPivLU::_solve_impl(const RhsType&, DstType&) const [with RhsType = Eigen::CwiseNullaryOp, Eigen::Matrix >; DstType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 770 | m_lu.topLeftCorner(smalldim,smalldim) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 771 | .template triangularView() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 772 | .solveInPlace(c.topRows(smalldim)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:147:26: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1050:11: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, 1, -1, false>, Eigen::Block, -1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, const Eigen::Inverse > > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ treelearner/linear_tree_learner.cpp:349:21: required from 'void LightGBM::LinearTreeLearner::CalculateLinear(LightGBM::Tree*, bool, const LightGBM::score_t*, const LightGBM::score_t*, bool) const [with bool HAS_NAN = true; LightGBM::score_t = double]' 349 | Eigen::MatrixXd coeffs = - XTHX_mat.fullPivLu().inverse() * XTg_mat; | ^~~~~~ treelearner/linear_tree_learner.cpp:123:26: required from here 123 | CalculateLinear(tree_ptr, false, gradients_, hessians_, is_first_tree); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c treelearner/serial_tree_learner.cpp -o treelearner/serial_tree_learner.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from ./include/LightGBM/objective_function.h:9, from treelearner/serial_tree_learner.cpp:9: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c treelearner/tree_learner.cpp -o treelearner/tree_learner.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c treelearner/voting_parallel_tree_learner.cpp -o treelearner/voting_parallel_tree_learner.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c c_api.cpp -o c_api.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from c_api.cpp:12: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Transpose >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:151:29: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, const Eigen::Matrix >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/CoreEvaluators.h:104:54: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, member_sum, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 81 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:44:10: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 40 | general_matrix_matrix_product | ~~~~~~~~~~~~~~~~~~~~~~~~ 44 | ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resIncr,resStride,alpha,blocking,info); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<1, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<1, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gpboost_R.cpp -o gpboost_R.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c re_model.cpp -o re_model.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/re_model.h:12, from re_model.cpp:9: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:9067:15: required from here 9067 | sp_mat_rm_t B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/likelihoods.h:275:74: required from here 275 | weights_learning_rate_ = Eigen::Map(weights_, num_data_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:279:83: required from here 279 | weights_learning_rate_ = vec_t::Constant(num_data_, likelihood_learning_rate_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:50: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1021:56: required from here 1021 | diag_Wsqrt.array() = information_ll_.array().sqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1027:83: required from here 1027 | rhs.array() = information_ll_.array() * mode_.array() + first_deriv_ll_.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:108: required from here 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1040 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); // gradient = (Sigma^-1 + W) * direction, SigmaI_mode_update - SigmaI_mode_ = Sigma^-1 direction | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1040:40: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1048:66: required from here 1048 | SigmaI_mode_new = (1 - lr_mode) * SigmaI_mode_ + lr_mode * SigmaI_mode_update; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1123 | approx_marginal_ll = -0.5 * (mode_.dot(SigmaI * mode_)) + LogLikelihood(y_data, y_data_int, location_par.data()); | ~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1123:42: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1140:56: required from here 1140 | SigmaI_mode_ = (*Zt_).transpose() * (SigmaI * mode_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1145:47: required from here 1145 | rhs = (*Zt_) * first_deriv_ll_ - SigmaI * mode_;//right hand side for updating mode | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1149:121: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1149:122: required from here 1149 | SigmaI_plus_ZtWZ_rm_ = sp_mat_rm_t(SigmaI) + sp_mat_rm_t((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1154:55: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1154:69: required from here 1154 | P_SSOR_D_inv_ = SigmaI_plus_ZtWZ_rm_.diagonal().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1157:77: required from here 1157 | P_SSOR_L_D_sqrt_inv_rm_ = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1176:104: required from here 1176 | SigmaI_plus_ZtWZ = SigmaI + (sp_mat_t)((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1185:65: required from here 1185 | mode_update = chol_fact_SigmaI_plus_ZtWZ_grouped_.solve(rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1259:84: required from here 1259 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_ZtWZ_rm_ * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:77: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1271:89: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1271:128: required from here 1271 | rand_vec_trace_P_.col(i) = SigmaI_plus_ZtWZ_inv_diag_.cwiseInverse().cwiseSqrt().asDiagonal() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1284:54: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:62: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1284:68: required from here 1284 | approx_marginal_ll += 0.5 * (SigmaI.diagonal().array().log().sum() - log_det_SigmaI_plus_ZtWZ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:72: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1288:78: required from here 1288 | approx_marginal_ll -= L_SigmaI_plus_ZtWZ_rm_.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1296:77: required from here 1296 | approx_marginal_ll += 0.5 * SigmaI_plus_ZtWZ_inv_diag_.array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1313:97: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:105: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1313:111: required from here 1313 | approx_marginal_ll += -((sp_mat_t)chol_fact_SigmaI_plus_ZtWZ_grouped_.matrixL()).diagonal().array().log().sum() + 0.5 * SigmaI.diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:69: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1361:77: required from here 1361 | diag_SigmaI_plus_ZtWZ_ = (information_ll_.array()+ 1. / sigma2).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1364:36: required from here 1364 | rhs = first_deriv_ll_ -mode_ / sigma2;//right hand side for updating mode | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:65: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1366:73: required from here 1366 | mode_update = (rhs.array() / diag_SigmaI_plus_ZtWZ_.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:1453:30: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1453:42: required from here 1453 | sigma_ip_stable.diagonal().array() *= JITTER_MULT_IP_FITC_FSA; | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1469:30: required from here 1469 | D_inv_B_rm_ = D_inv_rm_ * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:1470:42: required from here 1470 | B_t_D_inv_rm_ = D_inv_B_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1488:21: required from here 1488 | B_mode = B_rm_ * mode_; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0> >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0> >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0> >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1489:55: required from here 1489 | D_inv_B_mode = D_inv_rm_.diagonal().asDiagonal() * B_mode; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1503:38: required from here 1503 | SigmaI = B.transpose() * D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:141: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1527:150: required from here 1527 | diagonal_approx_preconditioner_vecchia[j] = (sigma_ip_preconditioner).coeffRef(0, 0) - chol_ip_cross_cov_preconditioner.col(j).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1540:45: required from here 1540 | B_t_D_inv_B_mode = B_rm_.transpose() * D_inv_B_mode; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1541:118: required from here 1541 | wood_inv_cross_cov_B_t_D_inv_B_mode = chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1545:57: required from here 1545 | W_D_inv = (information_ll_ + D_inv_rm_.diagonal()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1547:45: required from here 1547 | W_D_inv_sqrt = W_D_inv_inv.cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1549:105: required from here 1549 | sigma_woodbury_woodbury = sigma_woodbury - B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov.transpose() * B_t_D_inv_W_D_inv_inv_D_inv_B_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:123: required from here 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:65: required from here 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:94: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:136: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:33: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1554:137: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: recursively required by substitution of 'template const Eigen::Solve, 5>, Other> Eigen::TriangularView, 5>::solve(const Eigen::MatrixBase&) const [with Other = ]' 1553 | grad = B_rm_.triangularView().solve(grad_aux + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1553:71: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1554:138: required from here 1554 | W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov_ * chol_fact_sigma_woodbury_woodbury.solve(D_inv_B_cross_cov_.transpose() * grad_aux))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1559:71: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1559:87: required from here 1559 | rhs_part = D_inv_B_rm_.triangularView().solve(rhs_part1); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1560:93: required from here 1560 | rhs_part2 = (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * grad)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1561:26: required from here 1561 | grad = rhs_part + rhs_part2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1562:69: required from here 1562 | information_ll_inv.array() = information_ll_.array().inverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:191: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1575:192: required from here 1575 | diagonal_approx_inv_preconditioner_.asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * mode_update_part))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1580:25: required from here 1580 | D_inv_B = D_inv * B; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1582:46: required from here 1582 | Bt_D_inv_B_aux = B.cwiseProduct(D_inv_B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:72: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1586:81: required from here 1586 | SigmaI_diag[ii] -= woodbury_cross_cov_Bt_D_inv_B.col(ii).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1588:69: required from here 1588 | grad.array() /= (information_ll_.array() + SigmaI_diag.array()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1632:44: required from here 1632 | if ((information_ll_.array() > 1e10).any()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1649:172: required from here 1649 | den_mat_t sigma_woodbury_preconditioner = ((*cross_cov_preconditioner).transpose() * diagonal_approx_inv_preconditioner_.asDiagonal()) * (*cross_cov_preconditioner); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1676:140: required from here 1676 | sigma_woodbury_2 = (sigma_woodbury)-Bt_D_inv_B_cross_cov.transpose() * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1692:64: required from here 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1693:108: required from here 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1694:39: required from here 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1766:121: required from here 1766 | Bt_W_sqrt_rand_vec_trace.col(i) = B_rm_.transpose() * information_ll_sqrt.cwiseProduct(rand_vec_trace_I2_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1773:142: required from here 1773 | Sigma_sqrt_rand_vec.col(i) += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_trace_I3_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1779:96: required from here 1779 | Bt_D_inv_Sigma_sqrt_rand_vec.col(i) = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1781:190: required from here 1781 | den_mat_t Sigma_inv_Sigma_sqrt_rand_vec = Bt_D_inv_Sigma_sqrt_rand_vec - Bt_D_inv_B_cross_cov * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * Bt_D_inv_Sigma_sqrt_rand_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1784:55: required from here 1784 | rand_vec_trace_I_ = Bt_W_sqrt_rand_vec_trace + Sigma_inv_Sigma_sqrt_rand_vec; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1789:155: required from here 1789 | rand_vec_trace_I_ = diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I2_ + chol_ip_cross_cov_preconditioner.transpose() * rand_vec_trace_P_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1834:94: required from here 1834 | approx_marginal_ll += ((den_mat_t)chol_fact_sigma_ip.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1912:146: required from here 1912 | B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_) = B[igp] * (mode_.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1944:41: required from here 1944 | B_t_D_inv_rm_ = B_rm_.transpose() * D_inv_rm_; | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1960:48: required from here 1960 | SigmaI = B[0].transpose() * D_inv[0] * B[0]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1982:82: required from here 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2018:43: required from here 2018 | rhs = information_ll_mat_ * mode_ + first_deriv_ll_;//right hand side for updating mode | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2036:102: required from here 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2048:119: required from here 2048 | sigma_woodbury = (*cross_cov).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2067:71: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2067:87: required from here 2067 | D_inv_plus_W_B_rm_ = (D_inv_rm_.diagonal() + information_ll_).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2266:87: required from here 2266 | mode_ = ((*cross_cov) * v_aux_mode) + (fitc_resid_diag.asDiagonal() * SigmaI_mode_);//initialize mode with Sigma^(t+1) * a = Sigma^(t+1) * (Sigma^t)^(-1) * mode^t, where t+1 = current iteration. Otherwise the initial approx_marginal_ll is not correct since SigmaI_mode != Sigma^(-1)mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:76: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:80: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:83: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:92: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2293:106: required from here 2293 | DW_plus_I_inv_diag = (information_ll_.array() * fitc_resid_diag.array() + 1.).matrix().cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2300:104: required from here 2300 | M_aux_Woodbury += (*cross_cov).transpose() * W_times_DW_plus_I_inv_diag.asDiagonal() * (*cross_cov);// = *sigma_ip + (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2307:97: required from here 2307 | vaux = (*cross_cov).transpose() * (W_times_DW_plus_I_inv_diag.asDiagonal() * Wsqrt_Sigma_rhs); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:126: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2311:127: required from here 2311 | SigmaI_mode_update = DW_plus_I_inv_diag.asDiagonal() * (Wsqrt_Sigma_rhs - Wsqrt_diag.asDiagonal() * ((*cross_cov) * vaux2)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:80: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2357:94: required from here 2357 | fitc_diag_plus_WI_inv = (fitc_resid_diag + information_ll_.cwiseInverse()).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/GPBoost/likelihoods.h:2452:97: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >, 0>': ./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::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:99: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::ArrayWrapper > > >, 0>': ./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::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2452:107: required from here 2452 | d_mll_d_mode = (0.5 * SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2498:27: required from here 2498 | fixed_effect_grad = -first_deriv_ll_data_scale_; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2610:108: required from here 2610 | L_inv_Z.col(i) = L_SigmaI_plus_ZtWZ_rm_.triangularView().solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2614:98: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:2614:119: required from here 2614 | PI_RV.col(i) = (L_SigmaI_plus_ZtWZ_rm_.transpose().template triangularView()).solve(L_inv_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2632:98: required from here 2632 | L_plus_D_t_PI_RV.col(i) = SigmaI_plus_ZtWZ_rm_.triangularView() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2636:87: required from here 2636 | DI_L_plus_D_t_PI_RV.col(i) = P_SSOR_D_inv_.asDiagonal() * L_plus_D_t_PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2646:55: required from here 2646 | Z_PI_RV.col(i) = (*Zt_).transpose() * PI_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:133: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:151: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2663:153: required from here 2663 | den_mat_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV = (Z_SigmaI_plus_ZtWZ_inv_RV.array() * W_deriv_loc_par_rep.array() * Z_PI_RV.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2664:123: required from here 2664 | trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z = RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z_PI_RV.rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2678:66: required from here 2678 | Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode = (*Zt_).transpose() * SigmaI_plus_ZtWZ_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:114: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:128: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:145: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:156: required from here 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2706:99: required from here 2706 | double tr_D_inv_SigmaI_deriv = -cov_par_inv * (P_SSOR_D_inv_.cwiseProduct(I_j.diagonal())).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:120: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:2709:131: required from here 2709 | vec_t RVt_PI_P_deriv_PI_RV = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2730:148: required from here 2730 | fixed_effect_grad += 0.5 * trace_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_loc_par_Z - Z_SigmaI_plus_ZtWZ_inv_d_mll_d_mode.cwiseProduct(information_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:154: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2743:171: required from here 2743 | vec_t RVt_SigmaI_plus_ZtWZ_inv_Zt_W_deriv_aux_Z_PI_RV = ((Z_SigmaI_plus_ZtWZ_inv_RV.cwiseProduct(deriv_information_aux_par.asDiagonal() * Z_PI_RV)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2752:104: required from here 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2774:67: required from here 2774 | L_inv = chol_fact_SigmaI_plus_ZtWZ_grouped_.permutationP() * L_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:2796:52: required from here 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2832:87: required from here 2832 | d_mode_d_par = L_inv.transpose() * (L_inv * (I_j * ((*Zt_) * first_deriv_ll_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:106: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:120: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:152: required from here 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3095:83: required from here 3095 | W_deriv_rep = deriv_information_diag_loc_par.replicate(1, num_rand_vec_trace_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from here 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3107:127: required from here 3107 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = -1 * (WI_SigmaI_plus_W_inv_Z.array() * W_deriv_rep.array() * WI_PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3129:102: required from here 3129 | d_log_det_Sigma_W_plus_I_d_mode += c_opt_vec.cwiseProduct(tr_PI_P_deriv_vec - tr_PI_inv_W_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3136:89: required from here 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3141:86: required from here 3141 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * W_SigmaI_plus_W_inv_d_mll_d_mode; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3161:74: required from here 3161 | SigmaI_deriv_rm = -B_rm_.transpose() * B_t_D_inv_rm_.transpose();//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3164:93: required from here 3164 | SigmaI_deriv_rm = sp_mat_rm_t(B_grad[ipar].transpose()) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3166:109: required from here 3166 | B_t_D_inv_D_grad_D_inv_B_rm = B_t_D_inv_rm_ * sp_mat_rm_t(D_grad[ipar]) * B_t_D_inv_rm_.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3167:49: required from here 3167 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3175:84: required from here 3175 | SigmaI_deriv_rm_cross_cov.col(ii) = SigmaI_deriv_rm * (*cross_cov).col(ii); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3179:117: required from here 3179 | sigma_woodbury_grad += cross_cov_Bt_D_inv_B_cross_cov_grad + cross_cov_Bt_D_inv_B_cross_cov_grad.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3183:164: required from here 3183 | SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3184:115: required from here 3184 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3185:114: required from here 3185 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3186:114: required from here 3186 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3187:162: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3187:163: required from here 3187 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3189:178: required from here 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3190:104: required from here 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:261: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:355: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: recursively required by substitution of 'template const Eigen::Solve >, 6>, Other> Eigen::TriangularView >, 6>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:184: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: recursively required by substitution of 'template const Eigen::Solve, 1>, Other> Eigen::TriangularView, 1>::solve(const Eigen::MatrixBase&) const [with Other = ]' 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3195:104: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Product, Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3195:357: required from here 3195 | SigmaI_deriv_sample_vec.col(ii) -= D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(SigmaI_deriv_rm * D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(PI_Z.col(ii))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3207:121: required from here 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3208:143: required from here 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3225:146: required from here 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3264:111: required from here 3264 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:3278:130: required from here 3278 | (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)).transpose(), Preconditioner_PP_inv, false); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3280:96: required from here 3280 | tr_PI_P_deriv_vec = -diagonal_approx_inv_preconditioner_.cwiseProduct(W_deriv_rep.col(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:159: required from here 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:109: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:111: required from here 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3357:183: required from here 3357 | W_D_inv_inv_B_invt_rand_vec_trace_I.col(i) = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:105: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3363:212: required from here 3363 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(D_inv_B_cross_cov * sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3368:152: required from here 3368 | PI_Z.col(i) = B_rm_.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_rand_vec_trace_I.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3372:109: required from here 3372 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.cwiseProduct(PI_Z)).cwiseProduct(W_deriv_rep); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3401:141: required from here 3401 | d_log_det_Sigma_W_plus_I_d_mode = -1. * Z_SigmaI_plus_W_inv_W_deriv_PI_Z.rowwise().mean().cwiseProduct(deriv_information_diag_loc_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3462:109: required from here 3462 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv.diagonal().array() * D_grad[ipar].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3485:140: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3485:203: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3485:204: required from here 3485 | SigmaI_deriv_sample_vec.col(i) = SigmaI_deriv_sample_vec_part.col(i) - SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_sample_vec_part.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3486:129: required from here 3486 | SigmaI_deriv_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3487:128: required from here 3487 | SigmaI_rm * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i))) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:70: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3488:127: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3488:128: required from here 3488 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_sample_vec.col(i))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3489:176: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from here 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3502:110: required from here 3502 | P_grad_PI_Z.col(ii) += B_grad_rm.transpose() * (information_ll_.cwiseProduct(B_rm_ * PI_Z.col(ii))) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>, const Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3503:88: required from here 3503 | B_rm_.transpose() * (information_ll_.cwiseProduct(B_grad_rm * PI_Z.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3509:91: required from here 3509 | D_inv_B_cross_cov_grad.col(ii) = D_inv_rm_ * (B_rm_ * (*cross_cov_grad).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3518:90: required from here 3518 | D_inv_B_grad_cross_cov.col(ii) = D_inv_rm_ * (B_grad_rm * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:103: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:105: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3527:113: required from here 3527 | D_inv_D_grad_D_inv = (D_inv_rm_.diagonal().array().square() * D_grad[ipar].diagonal().array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3531:106: required from here 3531 | D_inv_grad_B_cross_cov.col(ii) = -D_inv_D_grad_D_inv.cwiseProduct(B_rm_ * (*cross_cov).col(ii)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3538:63: required from here 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3539:12: required from here 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3540:63: required from here 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3541:12: required from here 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:63: required from here 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:112: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:114: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:159: required from here 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3565:84: required from here 3565 | SigmaI_plus_W_inv_diag.array() *= -1. / deriv_information_diag_loc_par.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:97: required from here 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3624:164: required from here 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: recursively required by substitution of 'template const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType >::Type Eigen::MatrixBase >::cwiseProduct(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:57: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:77: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3625:94: required from here 3625 | vec_t zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(P_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3703:42: required from here 3703 | SigmaI_deriv = -B.transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3708:79: required from here 3708 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[ipar] * D_inv_B; | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:110: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3733:118: required from here 3733 | SigmaI_plus_W_inv_diag = (SigmaI_plus_W_inv.diagonal().array() + SigmaI_plus_W_inv_diag_part.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3735:112: required from here 3735 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv_diag.array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:142: required from here 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3741:275: required from here 3741 | SigmaI_plus_W_inv_d_mll_d_mode = information_ll_.cwiseInverse().asDiagonal() * (SigmaI_plus_W_inv_d_mll_d_mode_part - sigma_resid_inv_sigma_resid_plus_W_inv_cross_cov * chol_fact_sigma_woodbury_2.solve((*cross_cov).transpose() * SigmaI_plus_W_inv_d_mll_d_mode_part)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3747:166: required from here 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3748:111: required from here 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3749:110: required from here 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3750:110: required from here 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3751:159: required from here 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:184: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: recursively required by substitution of 'template const Eigen::Solve, 1, Eigen::AMDOrdering >, Rhs> Eigen::SparseSolverBase, 1, Eigen::AMDOrdering > >::solve(const Eigen::SparseMatrixBase&) const [with Rhs = ]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:95: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from here 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4027:63: required from here 4027 | SigmaI_deriv_rm = sp_mat_rm_t(-B[igp].transpose() * D_inv_B);//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4182:46: required from here 4182 | SigmaI_deriv = -B[igp].transpose() * D_inv_B;//SigmaI_deriv = -SigmaI for variance parameters if there is only one GP | ^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:146: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:194: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:196: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from here 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:111: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4216:119: required from here 4216 | d_mll_d_mode = 0.5 * (SigmaI_plus_W_inv.diagonal().array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4218:84: required from here 4218 | SigmaI_plus_W_inv_d_mll_d_mode = L_inv.transpose() * (L_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4228:106: required from here 4228 | explicit_derivative += 0.5 * (D_inv[igp].diagonal().array() * D_grad[igp][j].diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4242:85: required from here 4242 | SigmaI_plus_W_inv_diag = L_inv_sqr.transpose() * vec_t::Ones(L_inv_sqr.rows());// diagonal of (Sigma^-1 + W) ^ -1 | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:145: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:186: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:188: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./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, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4247:196: required from here 4247 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = (0.5 * SigmaI_plus_W_inv_diag.segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix();// gradient of approx. marginal likelihood wrt the mode and thus also F here | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:100: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/likelihoods.h:4435:115: required from here 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4458:125: required from here 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4459:134: required from here 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4464:134: required from here 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4491:86: required from here 4491 | DW_plus_I_inv_diag.cwiseInverse().asDiagonal() * (WI.asDiagonal() * d_mll_d_mode) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Product >, Eigen::Matrix, 1>, 1> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4492:99: required from here 4492 | L_inv_cross_cov_T_DW_plus_I_inv.transpose() * (L_inv_cross_cov_T_DW_plus_I_inv * d_mll_d_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4694:40: required from here 4694 | Ztilde_P_sqrt_invt_rm = Ztilde * P_sqrt_invt_rm; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4785:108: required from here 4785 | vec_t varred_determ = Ztilde_P_sqrt_invt_rm.cwiseProduct(Ztilde_P_sqrt_invt_rm) * vec_t::Ones(num_re_); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4853:68: required from here 4853 | pred_cov_private += rand_vec_pred * rand_vec_pred.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:117: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:122: required from here 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:4880:38: required from here 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: recursively required by substitution of 'template Eigen::internal::traits, 1, -1, false> >::Scalar Eigen::SparseMatrixBase, 1, -1, false> >::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = ]' 4880 | pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4880:42: required from here ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5055:24: required from here 5055 | pred_mean = -Bpo * sigma_inv_mode; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:65: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 5>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 5>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 5>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 5>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5059:80: required from here 5059 | pred_mean = -Bp.triangularView().solve(Bpo_mode); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5098:52: required from here 5098 | pred_cov = den_mat_t::Zero(num_pred, num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5126:78: required from here 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5247:126: required from here 5247 | Sigma_sqrt_rand_vec += B_rm_.triangularView().solve(D_sqrt.cwiseProduct(rand_vec_pred_I_1)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5282:85: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5282:175: required from here 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5414:79: required from here 5414 | pred_var += Bp_inv_Dp_rm.cwiseProduct(Bp_inv_rm) * vec_t::Ones(num_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:46: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:48: required from here 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:79: required from here 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5447:49: required from here 5447 | Maux = Bpo.transpose() * Bp_inv.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5449:36: required from here 5449 | M_aux_3 = Maux.transpose() * sigma_resid_plus_W_inv_cross_cov; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5459:71: required from here 5459 | pred_cov = Bp_inv_Dp * Bp_inv.transpose() + Maux.transpose() * Maux; | ^~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5490:34: required from here 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5557:89: required from here 5557 | pred_mean = -Bpo * mode_.segment(num_gp * dim_mode_per_set_re_, dim_mode_per_set_re_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from here 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5839:108: required from here 5839 | resid_obs_inv_resid_pred_obs_t = fitc_diag_plus_WI_inv.asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5840:56: required from here 5840 | woodburry_part_sqrt -= (*cross_cov).transpose() * resid_obs_inv_resid_pred_obs_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8168:85: required from here 8168 | mode_data_scale = (*Zt_).transpose() * (mode_.segment(0, dim_mode_per_set_re_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:53: required from here 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:162: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:164: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, const Eigen::ArrayWrapper, -1, 1, true> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8415:172: required from here 8415 | rand_vec_trace_P_.col(i) = Sigma_L_k_ * rand_vec_trace_I2_.col(i) + ((information_ll_.cwiseInverse().cwiseSqrt()).array() * rand_vec_trace_I_.col(i).array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8444:139: required from here 8444 | rand_vec_trace_P_ = chol_ip_cross_cov_.transpose() * rand_vec_trace_I2_ + diagonal_approx_preconditioner_.cwiseSqrt().asDiagonal() * rand_vec_trace_I_; | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8454:75: required from here 8454 | vec_t D_sqrt_vecchia_pc = D_inv_vecchia_pc_.diagonal().cwiseInverse().cwiseSqrt(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8457:172: required from here 8457 | rand_vec_trace_P_.col(i) = (B_vecchia_pc_rm_.template triangularView()).solve(D_sqrt_vecchia_pc.asDiagonal() * (rand_vec_trace_I_.col(i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8497:62: required from here 8497 | D_inv_plus_W_B_rm_ = (D_inv_plus_W_diag).asDiagonal() * B_rm_; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8509:91: required from here 8509 | rand_vec_trace_P_.col(i) = L_SigmaI_plus_W_rm_.transpose() * rand_vec_trace_I_.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from here 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8585:88: required from here 8585 | chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * D_rand_vec))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:130: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8588:131: required from here 8588 | WI_PI_Z = diag_WI.asDiagonal() * (B_vecchia_pc_rm_.transpose() * (D_inv_vecchia_pc_ * (B_vecchia_pc_rm_ * rand_vec_trace_P_))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8614:182: required from here 8614 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_W_deriv - tr_WI_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8648:97: required from here 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8660:107: required from here 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:91: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:106: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:108: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8669:116: required from here 8669 | Z_SigmaI_plus_W_inv_W_deriv_PI_Z = (SigmaI_plus_W_inv_Z_.array() * W_deriv_rep.array() * PI_Z.array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8676:54: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:70: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8676:84: required from here 8676 | D_inv_plus_W_inv_diag = (D_inv_rm_.diagonal() + information_ll_).cwiseInverse(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8685:128: required from here 8685 | d_log_det_Sigma_W_plus_I_d_mode += c_opt.cwiseProduct(tr_D_inv_plus_W_inv_W_deriv) - c_opt.cwiseProduct(tr_PI_P_deriv_vec); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8724:118: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8724:151: required from here 8724 | Sigma_WI_plus_Sigma_inv_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_WI_plus_Sigma_inv_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8729:124: required from here 8729 | B_invt_PI_Z.col(i) = (B_rm_.transpose().template triangularView()).solve(PI_Z_local.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8733:128: required from here 8733 | Sigma_PI_Z.col(i) = (B_t_D_inv_rm_.transpose().template triangularView()).solve(B_invt_PI_Z.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:103: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8747:105: required from here 8747 | d_log_det_Sigma_W_plus_I_d_cov_pars += (D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8756:108: required from here 8756 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8758:100: required from here 8758 | zt_PI_P_deriv_PI_z = ((PI_Z.cwiseProduct(SigmaI_deriv_rm * PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:167: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8763:169: required from here 8763 | tr_D_inv_plus_W_inv_D_inv_deriv = -1 * (D_inv_plus_W_inv_diag.array() * D_inv_rm_.diagonal().array() * D_grad_j.diagonal().array() * D_inv_rm_.diagonal().array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:86: required from here 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ^~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/likelihoods.h:8803:169: required from here 8803 | vec_t zt_WI_plus_Sigma_inv_WI_deriv_PI_z = -1 * ((WI_WI_plus_Sigma_inv_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Matrix >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/likelihoods.h:8814:182: required from here 8814 | double tr_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_L_kt_W_deriv_Sigma_L_k = (chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_L_kt_W_deriv_Sigma_L_k)).diagonal().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8816:133: required from here 8816 | zt_PI_P_deriv_PI_z = -1 * ((WI_PI_Z.cwiseProduct(deriv_information_aux_par.asDiagonal() * WI_PI_Z)).colwise().sum()).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:110: required from here 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:40:47: required from here 40 | return Eigen::VectorXd{ nr }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/misc/matrix_ops/randn.hpp:52:51: required from here 52 | return Eigen::MatrixXd{ nr, nc }.unaryExpr([&](double) { return dist(gen); }); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/misc/jacobian_adjust.hpp:34:21: required from here 34 | #define OPTIM_MATOPS_EYE(n) Eigen::MatrixXd::Identity(n,n) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 36 | #define OPTIM_MATOPS_ONE_VEC(n) Eigen::VectorXd::Ones(n) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/misc/numerical_gradient.hpp:37:28: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:191:11: required from here 191 | d = - W*grad; // direction | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:207:71: required from here 207 | W_term_1 = I_mat - s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(y)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/unconstrained/bfgs.hpp:210:70: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:212:19: required from here 212 | W = 0.1 * W; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 218 | double rel_sol_change = OPTIM_MATOPS_L1NORM( OPTIM_MATOPS_ARRAY_DIV_ARRAY(s, (OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_ABS(x), 1.0e-08)) ) ); | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:72:61: required from here 72 | box_objfn(vals_inp - gd_settings.par_momentum * direc, &NAG_grad, opt_data); | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:81:27: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_SQRT(x) (x).array().sqrt().matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 83 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( gd_settings.par_step_size * grad_p, OPTIM_MATOPS_ARRAY_ADD_SCALAR(OPTIM_MATOPS_SQRT(adam_vec_v), gd_settings.par_ada_norm_term) ); | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 30 | #define OPTIM_MATOPS_ARRAY_ADD_SCALAR(x,a) ((x).array() + a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:83:25: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:89:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:103:32: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:107:99: required from here 30 | #define OPTIM_MATOPS_POW(x,a) (x).array().pow(a).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:116:30: required from here 35 | #define OPTIM_MATOPS_MAX(x,y) (x).array().max((y).array()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:120:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 143 | direc_out = OPTIM_MATOPS_ARRAY_DIV_ARRAY( (gd_settings.par_step_size * ( gd_settings.par_adam_beta_1 * m_hat + (1.0 - gd_settings.par_adam_beta_1) * grad_hat )) , (OPTIM_MATOPS_ARRAY_ADD_SCALAR(adam_vec_v, gd_settings.par_ada_norm_term)) ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:143:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:151:29: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:185:21: required from here 41 | #define OPTIM_MATOPS_LPNORM(x,p) std::pow( (x).array().abs().pow(p).sum() , 1.0 / static_cast(p) ) | ~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.ipp:192:69: required from here 192 | grad_ = gd_settings.clip_norm_bound * (grad_ / grad_norm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 34 | #define OPTIM_MATOPS_ARRAY_DIV_ARRAY(x,y) ((x).array() / (y).array()).matrix() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:159:37: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:207:27: required from here 207 | simplex_fn_vals = OPTIM_MATOPS_EVAL(simplex_fn_vals(sort_vec)); | ~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::Matrix, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::Matrix, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::Matrix, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/unconstrained/nm.hpp:208:26: required from here 35 | #define OPTIM_MATOPS_ROWS(x, v) (x)(v,Eigen::all) // v is a vector | ~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 38 | #define OPTIM_MATOPS_MIDDLE_ROWS(x, j, k) (x).middleRows(j,k-j+1) | ~~~~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, -1, -1, false>, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/unconstrained/nm.hpp:212:26: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:54: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose, 1, -1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:214:104: required from here 214 | Vec_t x_r = centroid + par_alpha*(centroid - OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:229:61: required from here 229 | Vec_t x_e = centroid + par_gamma*(x_r - centroid); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:105: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >, 0>': ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:267:114: required from here 267 | Vec_t x_ic = centroid + par_beta*( OPTIM_MATOPS_TRANSPOSE(simplex_points.row(n_vals)) - centroid ); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/unconstrained/nm.hpp:285:121: required from here 285 | simplex_points.row(i) = simplex_points.row(0) + par_delta*(simplex_points.row(i) - simplex_points.row(0)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 34 | #define OPTIM_MATOPS_COLWISE_SUM(x) (x).colwise().sum() // for each column, sum the elements | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::member_sum, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::member_sum, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >, 0>': ./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, Eigen::internal::member_sum, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, Eigen::internal::member_sum, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, Eigen::internal::member_sum, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/constrained/sumt.hpp:165:48: required from here 35 | #define OPTIM_MATOPS_TRANSPOSE(x) (x).transpose() | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:90: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:96: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:107:104: required from here 107 | cov_pars.segment(1, num_cov_pars_optim) = pars.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:101: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:611:109: required from here 611 | pars_init.segment(0, num_cov_pars_optim) = cov_pars.segment(1, num_cov_pars_optim).array().log().matrix();//exclude nugget and transform to log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:98: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, false> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:690:106: required from here 690 | cov_pars.segment(1, num_cov_par - 1) = pars_init.segment(0, num_cov_pars_optim).array().exp().matrix();//back-transform to original scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:824:80: required from here 824 | X_ = Eigen::Map(covariate_data, num_data_, num_covariates_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:96: required from here 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:87: required from here 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1570:88: required from here 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1575:67: required from here 1575 | u = D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i];//TODO: this is already calculated in CalcYAux -> save it there and re-use here? | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from here 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from here 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1819:267: required from here 1819 | rand_vec_probe_P_inv = diag_sigma_resid_inv_Z - (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * ((*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_[cluster_i].solve((*cross_cov_preconditioner).transpose() * diag_sigma_resid_inv_Z))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1827:80: required from here 1827 | vecchia_y = D_inv_rm_[cluster_i][0] * (B_rm_[cluster_i][0] * y_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:52: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1869:130: required from here 1869 | cross_cov_B_grad_cross_cov_T.transpose() + cross_cov_B_grad_cross_cov_T - D_inv_B_cross_cov_[cluster_i][0].transpose() * D_grad_sigma_resid_inv_cross_cov_T; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1872:67: required from here 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from here 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:106: required from here 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1925:107: required from here 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:119: required from here 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase, -1, 1, true> >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' 1963 | FITC_Diag_grad[ii] -= 2 * sigma_ip_inv_sigma_cross_cov.col(ii).dot((*cross_cov_grad).transpose().col(ii)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1963:75: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from here 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2466:157: required from here 2466 | rand_vec_probe_[cluster_i] = chol_ip_cross_cov_Z + diagonal_approx_preconditioner_[cluster_i].cwiseSqrt().asDiagonal() * rand_vec_probe_P_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from here 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3111:79: required from here 3111 | D_sqrt.diagonal().array() = D_inv_cluster_i.diagonal().array().pow(-0.5); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:3142:93: required from here 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/re_model_template.h:3377:125: required from here 3377 | gp_coords_mat_pred = Eigen::Map(gp_coords_pred.data(), num_data_per_cluster_pred[cluster_i], dim_gp_coords_); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:108: required from here 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:86: required from here 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:67: required from here 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3838:74: required from here 3838 | mean_pred_id = sigma * Z_base_j * ((*Z_j).transpose() * (*y_aux)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4010:74: required from here 4010 | mean_pred_id = (*Z_j) * (*mode).segment(start_re_comp, num_re_comp); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4066:77: required from here 4066 | mean_pred_id = sigma * Z_base_j * (*Z_j).transpose() * (*first_deriv); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:86: required from here 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:153: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:155: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:161: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4341:169: required from here 4341 | pars_acc.segment(1, num_par - 1) = ((mu + 1.) * (pars.segment(1, num_par - 1).array().log()) - mu * (pars_lag1.segment(1, num_par - 1).array().log())).exp().matrix();//Momentum is added on the log scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:82: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:84: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:90: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4345:98: required from here 4345 | pars_acc = ((mu + 1.) * (pars.array().log()) - mu * (pars_lag1.array().log())).exp().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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 > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154: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>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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 > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4348:40: required from here 4348 | pars_acc = (mu + 1) * pars - mu * pars_lag1; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4417:64: required from here 4417 | gp_coords_all_unique = coords_scaled(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5561:68: required from here 5561 | y_aux(data_indices_per_cluster_[cluster_i]) = y_aux_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5632:112: required from here 5632 | MInvSqrtZt = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * Zt_[cluster_i]; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from here 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5710:71: required from here 5710 | XT_psi_inv_X = BX.transpose() * D_inv_[unique_clusters_[0]][0] * BX; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5718:112: required from here 5718 | MInvSqrtZtX = sqrt_diag_SigmaI_plus_ZtZ_[unique_clusters_[0]].array().inverse().matrix().asDiagonal() * ZtX; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5723:68: required from here 5723 | XT_psi_inv_X = X.transpose() * X - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:131: required from here 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5779:93: required from here 5779 | psi_inv_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i - cross_cov_sigma_woodbury_I_cross_covT_X; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5854:92: required from here 5854 | XT_psi_inv_X += (X_cluster_i).transpose() * X_cluster_i - MInvSqrtZtX.transpose() * MInvSqrtZtX; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:6659:78: required from here 6659 | if ((gp_coords_ip_mat.row(i).array() == gp_coords_all_mat.row(j).array()).all()) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:108: required from here 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7432:92: required from here 7432 | update.segment(0, num_grad_cov_par) = lr_cov * neg_step_dir.segment(0, num_grad_cov_par); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:126: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:132: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7449:140: required from here 7449 | cov_pars_new.segment(1, cov_pars.size() - 1) = (cov_pars.segment(1, cov_pars.size() - 1).array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:62: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:68: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7452:76: required from here 7452 | cov_pars_new = (cov_pars.array().log() - update.array()).exp().matrix();//make update on log-scale | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:126: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:133: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8111:141: required from here 8111 | sqrt_diag_SigmaI_plus_ZtZ_[cluster_i] = (SigmaI_[cluster_i].diagonal().array() + ZtZ_[cluster_i].diagonal().array()).sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from here 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8436:111: required from here 8436 | y_aux_[cluster_i] = B_[cluster_i][0].transpose() * D_inv_[cluster_i][0] * B_[cluster_i][0] * y_[cluster_i]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8447:102: required from here 8447 | y_aux_[cluster_i] = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i] - cross_cov_sigma_woodbury_I_cross_covT_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:99: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8508:107: required from here 8508 | MInvZty = (Zty_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()).matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8545:71: required from here 8545 | y_aux_[cluster_i] = y_[cluster_i] - Zt_[cluster_i].transpose() * MInvZty; | ^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8571:146: required from here 8571 | y_tilde2_[cluster_i] = Zt_[cluster_i].transpose() * ((y_tilde_[cluster_i].array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8621:80: required from here 8621 | yTPsiInvy += (y_aux_sqrt.transpose() * D_inv_[cluster_i][0] * y_aux_sqrt)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8810:145: required from here 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8811:188: required from here 8811 | sigma_inv_sigma_grad_rand_vec_[par_nb] = (B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * minus_dB_Bi_D_BT_inv_rand_vec)) - (B_grad_[cluster_i][0][par_nb - 1]).transpose() * BT_inv_rand_vec; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8817:151: required from here 8817 | sigma_inv_sigma_grad_rand_vec_[0] = B_[cluster_i][0].transpose() * (D_inv_[cluster_i][0] * (B_[cluster_i][0] * rand_vec_fisher_info_[cluster_i])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8883:93: required from here 8883 | D_inv_B_grad_B_inv = D_inv_[cluster_i][0] * B_grad_[cluster_i][0][ind_grad_nugget] * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper, 0> > >, const Eigen::ArrayWrapper, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8885:179: required from here 8885 | double diag = (double)((D_inv_2.diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array() * D_grad_[cluster_i][0][ind_grad_nugget].diagonal().array()).sum()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8976:95: required from here 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8977:123: required from here 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8982:199: required from here 8982 | sigma_inv_sigma_grad_rand_vec_[deriv_par_nb] = Sigma_inv_Grad_rand_vec - Sigma_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * Sigma_inv_Grad_rand_vec)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9197:77: required from here 9197 | Zt_RV.col(i) = Zt_[cluster_i] * rand_vec_fisher_info_[cluster_i].col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9212:74: required from here 9212 | Z_MInv_Zt_RV.col(i) = Zt_[cluster_i].transpose() * MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9243:127: required from here 9243 | Zj_Zjt_RV_minus_Z_MInv_Zt_Zj_Zjt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zt_[cluster_i].transpose() * MInv_Zt_Zj_Zjt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9248:102: required from here 9248 | Zj_Zjt_RV_minus_Zj_Zjt_Z_MInv_Zt_RV[j].col(i) = Zj_Zjt_RV.col(i) - Zj_Zjt * Z_MInv_Zt_RV.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/GPBoost/re_model_template.h:9311:26: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:9311:37: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:45: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:52: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, 0> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from here 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9372:77: required from here 9372 | H.row(i) = (grad_beta_change1 - grad_beta_change2) / (2. * delta_step[i]); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9435:36: required from here 9435 | Hessian = (H + H.transpose()) / 2.; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:100: required from here 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10159:102: required from here 10159 | sigma_ip_inv_cross_cov_T = chol_fact_sigma_ip_[cluster_i][0].solve((*cross_cov).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:180: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: recursively required by substitution of 'template const Eigen::Solve, 1>, Rhs> Eigen::SolverBase, 1> >::solve(const Eigen::MatrixBase&) const [with Rhs = ]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10186:81: required from here ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from here 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Matrix > >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10271:131: required from here 10271 | resid_obs_inv_resid_pred_obs_t = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * (fitc_resid_pred_obs.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, -1, 1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, -1, 1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:76: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:85: required from here 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10564:65: required from here 10564 | c_var.array() += (sample_P - diag_P).array().square(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10565:67: required from here 10565 | c_p_z += (sample_P - diag_P).cwiseProduct(sample_sigma); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/GPBoost/re_model_template.h:2517:79: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 2517 | log_det_Psi_ += (2. * chol_facts_[cluster_i].CholFactMatrix().diagonal().array().log().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:647:40: required from here 647 | re_model_den_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 648 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2517:87: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 2517 | log_det_Psi_ += (2. * chol_facts_[cluster_i].CholFactMatrix().diagonal().array().log().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:647:40: required from here 647 | re_model_den_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 648 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2517:93: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 2517 | log_det_Psi_ += (2. * chol_facts_[cluster_i].CholFactMatrix().diagonal().array().log().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:647:40: required from here 647 | re_model_den_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 648 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Transpose > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Transpose > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Transpose > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Transpose > >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Transpose > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3142:45: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3325:50: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3325 | psi = Zpred * cov_mat_pred_id_on_RE_scale * Zpred.transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3325:50: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3325 | psi = Zpred * cov_mat_pred_id_on_RE_scale * Zpred.transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3325:50: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3325 | psi = Zpred * cov_mat_pred_id_on_RE_scale * Zpred.transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3782:54: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3782 | sp_mat_t M_aux = B_[cluster_i][0].cwiseProduct(D_inv_[cluster_i][0] * B_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3816:115: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3816 | vec_t M_aux = (ZtZ_[cluster_i].diagonal().array() / sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array()).matrix(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3817:93: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3817 | vec_t M_aux2 = (ZtZ_[cluster_i].diagonal().array() - M_aux.array().square()).matrix(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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 > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3818:74: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3818 | vec_t M_aux3 = (sigma - (sigma * sigma * M_aux2.array())).matrix(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3820:48: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3820 | sp_mat_t M_aux5 = M_aux4.asDiagonal() * Zt_[cluster_i]; re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3858:69: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3858 | T_mat M_aux3 = sigma * sigma * (M_aux.transpose() * M_aux - ZjtZj); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix > > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix >, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3858:40: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3858 | T_mat M_aux3 = sigma * sigma * (M_aux.transpose() * M_aux - ZjtZj); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3866:69: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3910:58: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3910 | mean_pred_id = (*Z_base_j) * ((re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux))); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3910:37: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3910 | mean_pred_id = (*Z_base_j) * ((re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux))); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4090:77: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4093:63: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3858:69: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3858 | T_mat M_aux3 = sigma * sigma * (M_aux.transpose() * M_aux - ZjtZj); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix > > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix >, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3858:40: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3858 | T_mat M_aux3 = sigma * sigma * (M_aux.transpose() * M_aux - ZjtZj); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 1, -1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, 1, -1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, 1, -1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/re_model_template.h:3866:80: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~^~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3866:69: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3873:33: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3873 | T_mat M_aux2 = (*Z_j) * M_aux.transpose(); | ~~~~~~~^~~~~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3910:58: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3910 | mean_pred_id = (*Z_base_j) * ((re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux))); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3910:37: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3910 | mean_pred_id = (*Z_base_j) * ((re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux))); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/re_model_template.h:3932:61: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3932 | var_pred_id[i] = cov_pars[0] * (sigma - M_aux2.col(i).squaredNorm()); | ~~~~~~~~~~^~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4090:77: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4093:42: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4093:63: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3858:69: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3858 | T_mat M_aux3 = sigma * sigma * (M_aux.transpose() * M_aux - ZjtZj); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::SparseMatrix > > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::SparseMatrix >, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::SparseMatrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3858:40: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3858 | T_mat M_aux3 = sigma * sigma * (M_aux.transpose() * M_aux - ZjtZj); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3866:69: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3873:33: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3873 | T_mat M_aux2 = (*Z_j) * M_aux.transpose(); | ~~~~~~~^~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3910:58: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3910 | mean_pred_id = (*Z_base_j) * ((re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux))); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:3910:37: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3910 | mean_pred_id = (*Z_base_j) * ((re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux))); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4090:77: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4093:42: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:4093:63: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4299:67: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4299 | HTPsiInvH_cluster_i = H_cluster_i.transpose() * H_cluster_i - MInvSqrtZtH.transpose() * MInvSqrtZtH; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4299:67: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4299 | HTPsiInvH_cluster_i = H_cluster_i.transpose() * H_cluster_i - MInvSqrtZtH.transpose() * MInvSqrtZtH; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1060:43: required from here 1060 | re_model_sp_rm_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::Matrix, 0> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4299:67: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4299 | HTPsiInvH_cluster_i = H_cluster_i.transpose() * H_cluster_i - MInvSqrtZtH.transpose() * MInvSqrtZtH; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1063:41: required from here 1063 | re_model_den_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8442:54: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8442 | vec_t cross_covT_y = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:8445:112: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8445 | vec_t cross_cov_sigma_woodbury_I_cross_covT_y = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * ((*cross_cov) * sigma_woodbury_I_cross_covT_y); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2341:26: required from 'void GPBoost::REModelTemplate::UpdateFixedEffects(const GPBoost::vec_t&, const double*, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2341 | vec_t resid = y_vec_ - (X_ * beta); | ~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:986:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 986 | UpdateFixedEffects(beta_, fixed_effects, fixed_effects_vec); | ^~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9408:32: required from 'void GPBoost::REModelTemplate::CalcHessianCovParAuxPars(const GPBoost::vec_t&, bool, const double*, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9408 | vec_t delta_step = log_pars * h_eps;// based on https://math.stackexchange.com/questions/1039428/finite-difference-method | ~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1206:9: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1206 | CalcHessianCovParAuxPars(cov_aux_pars, gradient_contains_error_var, fixed_effects_ptr, approx_Hessian); | ^~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7164:61: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7164 | vec_t delta_pars = cov_aux_pars.array().log().matrix() - cov_pars_after_grad_aux.array().log().matrix();//gradient steps / update is done on log-scale | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1220:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1220 | CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(grad, neg_step_dir, cov_aux_pars, cov_pars_after_grad_aux, use_nesterov_acc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:8452:60: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8452 | sigma_resid_I_y = chol_fact_resid_[cluster_i].solve(y_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1609:117: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1609:130: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1609:117: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1609:130: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTriangularView.h:78:54: required from 'struct Eigen::internal::unary_evaluator, 1>, Eigen::internal::IteratorBased, double>' 78 | typedef typename evaluator::InnerIterator EvalIterator; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1> >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:687:97: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::TriangularView, 1>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 687 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ ./include/GPBoost/re_model_template.h:2436:32: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2436 | log_det_Psi_ += 2. * (((T_mat)chol_fact_resid_[cluster_i].matrixL()).diagonal().array().log().sum()); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1298:54: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZt() const [with T_mat = Eigen::SparseMatrix]' 1298 | return(std::make_shared(this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2469:90: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2469 | std::shared_ptr sigma_resid = re_comps_resid_[cluster_i][0][0]->GetZSigmaZt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1298:54: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZt() const [with T_mat = Eigen::SparseMatrix]' 1298 | return(std::make_shared(this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2469:90: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2469 | std::shared_ptr sigma_resid = re_comps_resid_[cluster_i][0][0]->GetZSigmaZt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:637:42: required from here 637 | re_model_sp_rm_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 638 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1298:54: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZt() const [with T_mat = Eigen::Matrix]' 1298 | return(std::make_shared(this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2469:90: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 2469 | std::shared_ptr sigma_resid = re_comps_resid_[cluster_i][0][0]->GetZSigmaZt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:647:40: required from here 647 | re_model_den_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 648 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:754:14: required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setIdentity() [with _Scalar = double; int _Options = 0; _StorageIndex = int]' 754 | Eigen::Map(this->m_data.valuePtr(), rows()).setOnes(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3110:26: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3110 | D_sqrt.setIdentity(); | ~~~~~~~~~~~~~~~~~~^~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:43: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:101: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseView.h:45:7: required from 'class Eigen::SparseView >' 45 | class SparseView : public SparseMatrixBase > | ^~~~~~~~~~ ./include/GPBoost/utils.h:294:22: required from 'void GPBoost::ConvertTo_T_mat_FromDense(den_mat_t, T_mat1&) [with T_mat1 = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_mat1>::value || std::is_same, T_mat1>::value)>::type* = 0; den_mat_t = Eigen::Matrix]' 294 | Mout = M.sparseView(); | ~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3143:41: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3143 | ConvertTo_T_mat_FromDense(sigma_interim, psi); // for all T_mat? see ConvertTo_T_mat_FromDense from Pascal | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5126:56: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5126 | sp_mat_rm_t B_t_D_inv_sqrt_rm = B_rm_.transpose() * D_inv_rm_.cwiseSqrt(); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5246:68: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5246 | vec_t D_sqrt = D_inv_rm_.diagonal().cwiseInverse().cwiseSqrt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5249:67: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5249 | vec_t Bt_D_inv_Sigma_sqrt_rand_vec = B_t_D_inv_rm_ * B_rm_ * Sigma_sqrt_rand_vec; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5252:74: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5252 | vec_t rand_vec_pred_SigmaI_plus_W = Sigma_inv_Sigma_sqrt_rand_vec + W_diag_sqrt.cwiseProduct(rand_vec_pred_I_2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5282:59: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5283:60: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5283 | vec_t sigmSigmaI_modechiSigmaI_mode = Bp_inv_Bpo_rm * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5378:86: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:27: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:48: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:59: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:74: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:88: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:105: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:5426:92: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5426 | den_mat_t sigma_resid_plus_W_inv_cross_cov = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(information_ll_.asDiagonal() * (*cross_cov)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5427:52: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5427 | den_mat_t sigma_woodbury_2 = (sigma_ip_stable)+Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:5431:72: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:60: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:73: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:84: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:97: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5648:82: required from 'void GPBoost::Likelihood::PredictLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, int, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 5648 | vec_t rand_vec_pred_SigmaI_plus_W = B_t_D_inv_sqrt_rm * rand_vec_pred_I_1 + W_diag_sqrt.cwiseProduct(rand_vec_pred_I_2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3588:62: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3588 | likelihood_[cluster_i]->PredictLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3589 | B_[cluster_i], D_inv_[cluster_i], Bpo[igp], Bp[igp], Dp[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3590 | mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3591 | predict_cov_mat, predict_var_or_response, false, true, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3592 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3593 | igp, cluster_i, this); | ~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10178:108: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10178:82: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10178:37: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_model_template.h:10305:120: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10305 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - (sigma_resid_pred_obs * resid_obs_inv_cross_cov).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10305:60: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10305 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - (sigma_resid_pred_obs * resid_obs_inv_cross_cov).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10389:60: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10389 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - resid_obs_inv_sqrt_cross_cov.transpose() * resid_obs_inv_sqrt_resid_pred_obs_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10418:127: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10418:92: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10424:92: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10444:100: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10448:77: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10448 | sigma_resid_pred_obs_Woodburry_fact.col(i) = sigma_resid_pred_obs * Woodburry_fact_sigma_resid_inv_cross_cov.transpose().col(i); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10506:69: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10506 | T_mat sigma_resid_pred_obs_pred_var = sigma_resid_pred_obs * (diagonal_approx_inv_preconditioner_[cluster_i].cwiseSqrt()).asDiagonal(); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10555:74: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10555 | vec_t sample_sigma = (rand_vec_probe_final.col(0)).cwiseProduct(rand_vec_probe_init); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10581:30: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10581 | vec_t c_cov = c_p_z - stoch_part_pred_var.cwiseProduct(c_p); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9779:75: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9779 | vec_t SigmaI_diag_sqrt = Sigma.diagonal().cwiseInverse().cwiseSqrt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9818:99: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9818 | vec_t rand_vec_pred_SigmaI_plus_ZtZ = SigmaI_diag_sqrt.asDiagonal() * rand_vec_pred_I_1 + Zt_[cluster_i] * rand_vec_pred_I_2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9863:107: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9863 | vec_t SigmaI_plus_ZtZ_inv = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square().inverse().matrix(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseUnaryOp.h:128:64: required from 'Derived& Eigen::SparseMatrixBase::operator*=(const Scalar&) [with Derived = Eigen::SparseMatrix; Scalar = double]' 128 | typedef typename internal::evaluator::InnerIterator EvalIterator; | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3284:12: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3284 | psi *= cov_pars[0];//back-transform re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:48: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:59: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:74: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:88: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:105: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:60: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:73: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:84: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:97: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10178:108: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10178:82: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10178:37: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_model_template.h:10305:120: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10305 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - (sigma_resid_pred_obs * resid_obs_inv_cross_cov).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10305:60: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10305 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - (sigma_resid_pred_obs * resid_obs_inv_cross_cov).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10389:103: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10389 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - resid_obs_inv_sqrt_cross_cov.transpose() * resid_obs_inv_sqrt_resid_pred_obs_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Product >, Eigen::SparseMatrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10389:60: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10389 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - resid_obs_inv_sqrt_cross_cov.transpose() * resid_obs_inv_sqrt_resid_pred_obs_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10412:86: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10412 | den_mat_t sigma_resid_inv_sigma_obs_pred = chol_fact_resid_[cluster_i].solve(sigma_obs_pred_dense); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10418:127: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10418:92: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10448:77: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10448 | sigma_resid_pred_obs_Woodburry_fact.col(i) = sigma_resid_pred_obs * Woodburry_fact_sigma_resid_inv_cross_cov.transpose().col(i); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10506:69: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10506 | T_mat sigma_resid_pred_obs_pred_var = sigma_resid_pred_obs * (diagonal_approx_inv_preconditioner_[cluster_i].cwiseSqrt()).asDiagonal(); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9772:96: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9772 | ZtM_aux = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtM_aux; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:48: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:59: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:74: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:88: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5387:105: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5387 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:60: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:73: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:84: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5471:97: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5471 | pred_cov += PP_Part - PP_Part1 + PP_Part2 + PP_Part3 + PP_Part3_t - PP_Part4 - PP_Part4_t + PP_Part5; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10178:108: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/re_model_template.h:10178:82: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10178:37: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_model_template.h:10305:120: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10305 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - (sigma_resid_pred_obs * resid_obs_inv_cross_cov).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Transpose, Eigen::Matrix, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10305:60: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10305 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - (sigma_resid_pred_obs * resid_obs_inv_cross_cov).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10389:60: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10389 | den_mat_t Maux_rhs = cross_cov_pred_ip.transpose() - resid_obs_inv_sqrt_cross_cov.transpose() * resid_obs_inv_sqrt_resid_pred_obs_t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10448:77: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10448 | sigma_resid_pred_obs_Woodburry_fact.col(i) = sigma_resid_pred_obs * Woodburry_fact_sigma_resid_inv_cross_cov.transpose().col(i); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:10506:69: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10506 | T_mat sigma_resid_pred_obs_pred_var = sigma_resid_pred_obs * (diagonal_approx_inv_preconditioner_[cluster_i].cwiseSqrt()).asDiagonal(); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9773:45: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9773 | cov_mat_pred_id -= (T_mat)(cross_cov * cross_cov.transpose()); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:549:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, Eigen::internal::IteratorBased, double>' 549 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, -1, 1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseRedux.h:21:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 21 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/re_model_template.h:3785:131: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3785 | out_predict[data_indices_per_cluster_[cluster_i][i] + num_data_ * num_comps_total_] = cov_pars[0] * (1. - M_aux.col(i).sum()); | ~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseRedux.h:21:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 21 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/re_model_template.h:3785:131: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3785 | out_predict[data_indices_per_cluster_[cluster_i][i] + num_data_ * num_comps_total_] = cov_pars[0] * (1. - M_aux.col(i).sum()); | ~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Block, -1, 1, true> > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:79:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::SparseMatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 79 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3823:67: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3823 | var_pred_id[i] = cov_pars[0] * M_aux5.col(i).squaredNorm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:407:54: required from 'struct Eigen::internal::sparse_conjunction_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>' 407 | typedef typename evaluator::InnerIterator LhsIterator; | ^~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:334:8: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>' 334 | struct binary_evaluator, Lhs, Rhs>, IteratorBased, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseRedux.h:21:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' 21 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/re_model_template.h:3866:88: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Block, 1, -1, false> > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:79:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::SparseMatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 79 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3879:93: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3879 | var_pred_id[i] = cov_pars[0] * (sigma - sigma * sigma * M_aux2.row(i).squaredNorm()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:549:8: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, Eigen::internal::IteratorBased, double>' 549 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, 1, -1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:408:54: required from 'struct Eigen::internal::sparse_conjunction_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>' 408 | typedef typename evaluator::InnerIterator RhsIterator; | ^~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:334:8: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>' 334 | struct binary_evaluator, Lhs, Rhs>, IteratorBased, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseRedux.h:21:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> >; typename Eigen::internal::traits::Scalar = double]' 21 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/re_model_template.h:3866:88: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:408:54: required from 'struct Eigen::internal::sparse_conjunction_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>' 408 | typedef typename evaluator::InnerIterator RhsIterator; | ^~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:334:8: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>' 334 | struct binary_evaluator, Lhs, Rhs>, IteratorBased, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseRedux.h:21:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, true> >; typename Eigen::internal::traits::Scalar = double]' 21 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/re_model_template.h:3866:88: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Block, 1, -1, true> > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, true>, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, true> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:79:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::SparseMatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 79 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3879:93: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3879 | var_pred_id[i] = cov_pars[0] * (sigma - sigma * sigma * M_aux2.row(i).squaredNorm()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Block, -1, 1, false> > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:79:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::SparseMatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 79 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3932:76: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3932 | var_pred_id[i] = cov_pars[0] * (sigma - M_aux2.col(i).squaredNorm()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:607:75: required from 'struct Eigen::internal::sparse_conjunction_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::internal::IteratorBased, Eigen::internal::IndexBased, double, double>' 607 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:352:8: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::internal::IteratorBased, Eigen::internal::IndexBased, double, double>' 352 | struct binary_evaluator, Lhs, Rhs>, IteratorBased, IndexBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseRedux.h:21:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' 21 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/re_model_template.h:3866:88: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3866 | var_pred_id[i] = cov_pars[0] * (*Z_j).row(i).cwiseProduct(M_aux4.row(i)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3879:93: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3879 | var_pred_id[i] = cov_pars[0] * (sigma - sigma * sigma * M_aux2.row(i).squaredNorm()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3932:76: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3932 | var_pred_id[i] = cov_pars[0] * (sigma - M_aux2.col(i).squaredNorm()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1194:15: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1194 | OtherCopy otherCopy(other.derived()); | ^~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:20: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::ArrayWrapper > > > >, Eigen::SparseMatrix, 0>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1195 | OtherCopyEval otherCopyEval(otherCopy); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4281:20: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4281 | MInvSqrtZtH = sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().inverse().matrix().asDiagonal() * ZtH_cluster_i; | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:79:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::SparseMatrixBase::squaredNorm() const [with Derived = Eigen::SparseMatrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 79 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:6259:51: required from 'void GPBoost::REModelTemplate::InitializeMatricesForOnlyGroupedREsUseWoodburyIdentity() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 6259 | Zj_square_sum_cluster_i[j] = Z_j->squaredNorm(); | ~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:378:5: required from 'GPBoost::REModelTemplate::REModelTemplate(GPBoost::data_size_t, const GPBoost::data_size_t*, const char*, GPBoost::data_size_t, const double*, const GPBoost::data_size_t*, GPBoost::data_size_t, const int*, GPBoost::data_size_t, const double*, int, const double*, GPBoost::data_size_t, const char*, double, const char*, double, double, int, const char*, int, double, const char*, const char*, double, const char*, int, int, bool, const double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 378 | InitializeMatricesForOnlyGroupedREsUseWoodburyIdentity(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:85:51: required from here 85 | has_weights, weights, likelihood_learning_rate)); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 521 | RealScalar biggest_col_sq_norm = numext::abs2(m_colNormsUpdated.tail(cols-k).maxCoeff(&biggest_col_index)); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:520:12: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:63: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:520:30: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:540:24: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 540 | v = sigma_resid * h + (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:942:45: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 942 | loc_transf_[icol] = X_.col(icol).mean(); | ~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::InnerStride<1> > >' 59 | template class RefBase | ^~~~~~~ ./include/Eigen/src/Core/Ref.h:341:77: required from 'class Eigen::Ref, 0, Eigen::InnerStride<1> >' 341 | template class Ref | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:167:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:96:8: required from 'struct Eigen::internal::product_evaluator >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>, 6, Eigen::DenseShape, Eigen::DenseShape, double, double>' 96 | struct product_evaluator, ProductTag, LhsShape, RhsShape> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0> >' 29 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1570:40: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1871:125: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1871 | vec_t vecchia_grad_y = (B_grad_rm.transpose() * vecchia_y) - (B_t_D_inv_rm_[cluster_i][0] * (D_grad_rm * vecchia_y)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1872 | (B_t_D_inv_rm_[cluster_i][0] * (B_grad_rm * y_[cluster_i])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1895:50: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1894:131: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1924:108: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1924 | sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_probe_P_inv) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1925 | sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_stable_grad * sigma_ip_inv_sigma_cross_cov_Z); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1935:117: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1935 | den_mat_t P_G_Z = sigma_grad_Z + (diagonal_approx_grad_preconditioner.asDiagonal()) * rand_vec_probe_P_inv - sigma_resid_grad_Z; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2108:39: required from 'void GPBoost::REModelTemplate::CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(const GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 2108 | vec_t zt_PI_P_deriv_PI_z = -2. * ((PI_RV.cwiseProduct(neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV)).colwise().sum()).transpose(); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1592:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1592 | CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(cov_pars, grad_cov_aux_par, include_error_var, save_psi_inv_for_FI, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4322:34: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4322 | vec_t d_mll_d_F_implicit = -(SigmaI_plus_W_inv_d_mll_d_mode.array() * information_ll_.array()).matrix();// implicit derivative | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4422:70: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4422 | vec_t fitc_diag_plus_WI_inv = (fitc_resid_diag + WI).cwiseInverse(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4457:61: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4457 | vec_t SigmaDeriv_first_deriv_ll = (*cross_cov_grad) * (sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4463:46: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4463 | vec_t d_mode_d_par = WI.asDiagonal() * | ~~~~~~~~~~~~~~~~^ 4464 | (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll - fitc_diag_plus_WI_inv.asDiagonal() * ((*cross_cov) * vaux)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3114:55: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3114 | vec_t tr_WI_DI_WI_W_deriv = diag_WI.cwiseProduct(tr_WI_W_deriv.cwiseProduct(diagonal_approx_inv_preconditioner_)); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3135:188: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3135 | vec_t Sigma_d_mll_d_mode = D_inv_B_rm_.triangularView().solve((B_rm_.transpose().template triangularView()).solve(d_mll_d_mode)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 3136 | (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3189:180: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 3190 | sigma_ip_inv_cross_cov_T_cluster_i.transpose() * (sigma_ip_grad * sigma_ip_inv_cross_cov_PI_Z); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3207:123: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3206 | den_mat_t P_grad_PI_Z = (*cross_cov_preconditioner_grad) * sigma_ip_inv_cross_cov_preconditioner_PI_Z + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3207 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * ((*cross_cov_preconditioner_grad).transpose() * PI_Z) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 3208 | sigma_ip_inv_sigma_cross_cov_preconditioner.transpose() * (sigma_ip_preconditioner_grad * sigma_ip_inv_cross_cov_preconditioner_PI_Z); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3309:38: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3309 | vec_t W_inv_d_W_W_inv = -1. * Zt_deriv_information_aux_par.cwiseProduct((information_ll_.cwiseInverse().cwiseProduct(information_ll_.cwiseInverse()))); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::ArrayWrapper > > >' 140 | class MatrixWrapper : public MatrixBase > | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3543:121: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3542:65: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3536 | den_mat_t sigma_woodbury_woodbury_grad = sigma_woodbury_grad - | ~~~~~~~~~~~~~~~~~~~~~ 3537 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3538 | D_inv_B_cross_cov_D_inv_B_cross_cov_grad.transpose() - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3539 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3540 | D_inv_B_cross_cov_D_inv_B_cross_grad_cov.transpose() - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3541 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3542 | D_inv_grad_B_cross_cov_D_inv_B_cross_cov.transpose() - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 3543 | D_inv_B_cross_cov_.transpose() * (((vec_t)((W_D_inv_inv.array().square() * D_inv_D_grad_D_inv.array()).matrix())).asDiagonal() * D_inv_B_cross_cov_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3621:95: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3621 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3738:62: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3738 | vec_t Sigma_d_mll_d_mode = Sigma_d_mll_d_mode_part1 + (*cross_cov) * (chol_fact_sigma_ip.solve((*cross_cov).transpose() * d_mll_d_mode)); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:3740:68: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3740 | vec_t SigmaI_plus_W_inv_d_mll_d_mode_part = B_t_D_inv_rm_ * (B_rm_ * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(W_Sigma_d_mll_d_mode)); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3750:112: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3748 | SigmaI_deriv * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3749 | SigmaI * ((*cross_cov_grad) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode)) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3750 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov_grad).transpose() * SigmaI_mode)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 3751 | SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_mode))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2701:73: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2701 | vec_t RVt_SigmaI_plus_ZtWZ_inv_SigmaI_deriv_PI_RV = -cov_par_inv * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct(I_j * PI_RV)).colwise().sum()).transpose(); //old: -1. * ((SigmaI_plus_ZtWZ_inv_RV_.cwiseProduct((I_j * SigmaI.coeff(cum_num_rand_eff_cluster_i[j], cum_num_rand_eff_cluster_i[j])) * PI_RV)).colwise().sum()).transpose(); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2708:70: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2708 | den_mat_t neg_SigmaI_deriv_DI_L_plus_D_t_PI_RV = cov_par_inv * (I_j * DI_L_plus_D_t_PI_RV); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2752:102: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2752 | den_mat_t Ltriang_Zt_W_deriv_aux_Z_DI_L_plus_D_t_PI_RV = ZtdWZ.triangularView() * DI_L_plus_D_t_PI_RV; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Block, -1, 1, true>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2796:38: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2796 | vec_t L_inv_Zt_col_i = L_inv * (*Zt_).col(i); | ~~~~~~^~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2850:123: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2448:50: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2448 | SigmaI_plus_W_inv_diag = (*Sigma).diagonal() - L_inv_Wsqrt_Sigma_sqr.transpose() * vec_t::Ones(L_inv_Wsqrt_Sigma_sqr.rows());// diagonal of (Sigma^-1 + ZtWZ) ^ -1 if use_random_effects_indices_of_data_ or of (ZSigmaZt^-1 + W)^-1 if !use_random_effects_indices_of_data_ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2482:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2482 | d_mode_d_par -= ((*Sigma) * (L_inv_Wsqrt.transpose() * (L_inv_Wsqrt * SigmaDeriv_first_deriv_ll))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2494:62: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2494 | SigmaI_plus_W_inv_d_mll_d_mode = (*Sigma) * d_mll_d_mode - L_inv_Wsqrt_Sigma.transpose() * L_inv_Wsqrt_Sigma_d_mll_d_mode; | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1156:37: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1156 | if ((beta_ - beta_lag1).norm() < LR_IS_SMALL_REL_CHANGE_IN_PARS_THRESHOLD_ * beta_lag1.norm()) {//also require that relative change in parameters is small | ~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8810:107: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_Vecchia(GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 8810 | den_mat_t minus_dB_Bi_D_BT_inv_rand_vec = -B_grad_[cluster_i][0][par_nb - 1] * Bi_D_BT_inv_rand_vec + D_grad_[cluster_i][0][par_nb - 1] * BT_inv_rand_vec;//minus_dB_Bi_D_BT_inv_rand_vec = -dBk * B^-1 * D * B^-T * rand_vec + dDk * B^-T * rand_vec | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8711:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8711 | CalcFisherInformation_Vecchia(FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9128:74: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_Only_Grouped_REs_Woodbury(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9128 | MInv_ZtZ.diagonal().array() = ZtZ_[cluster_i].diagonal().array() / (sqrt_diag_SigmaI_plus_ZtZ_[cluster_i].array().square()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8717:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8717 | CalcFisherInformation_Only_Grouped_REs_Woodbury(cov_pars, FI, transf_scale, include_error_var, use_saved_psi_inv, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:101: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1246:100: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1246 | LR_IS_SMALL_REL_CHANGE_IN_PARS_THRESHOLD_ * cov_aux_pars_lag1.segment(0, num_cov_par_).norm()) {//also require that relative change in parameters is small | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:92: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5774:59: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5777:117: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5777 | den_mat_t cross_cov_sigma_woodbury_I_cross_covT_X = fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * ((*cross_cov) * sigma_woodbury_I_cross_covT_X); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:520:12: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:520:30: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:540:24: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 540 | v = sigma_resid * h + (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:1895:50: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1894:131: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5642:25: required from 'void GPBoost::REModelTemplate::CalcPsiInv(T_mat&, GPBoost::data_size_t, bool) [with T_aux = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_aux>::value || std::is_same, T_aux>::value)>::type* = 0; T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 5642 | MInvSqrtZt = L_inv * Zt_[cluster_i]; ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2448:86: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2448 | SigmaI_plus_W_inv_diag = (*Sigma).diagonal() - L_inv_Wsqrt_Sigma_sqr.transpose() * vec_t::Ones(L_inv_Wsqrt_Sigma_sqr.rows());// diagonal of (Sigma^-1 + ZtWZ) ^ -1 if use_random_effects_indices_of_data_ or of (ZSigmaZt^-1 + W)^-1 if !use_random_effects_indices_of_data_ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2448:50: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2448 | SigmaI_plus_W_inv_diag = (*Sigma).diagonal() - L_inv_Wsqrt_Sigma_sqr.transpose() * vec_t::Ones(L_inv_Wsqrt_Sigma_sqr.rows());// diagonal of (Sigma^-1 + ZtWZ) ^ -1 if use_random_effects_indices_of_data_ or of (ZSigmaZt^-1 + W)^-1 if !use_random_effects_indices_of_data_ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2482:62: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2482 | d_mode_d_par -= ((*Sigma) * (L_inv_Wsqrt.transpose() * (L_inv_Wsqrt * SigmaDeriv_first_deriv_ll))); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2482:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2482 | d_mode_d_par -= ((*Sigma) * (L_inv_Wsqrt.transpose() * (L_inv_Wsqrt * SigmaDeriv_first_deriv_ll))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2494:62: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2494 | SigmaI_plus_W_inv_d_mll_d_mode = (*Sigma) * d_mll_d_mode - L_inv_Wsqrt_Sigma.transpose() * L_inv_Wsqrt_Sigma_d_mll_d_mode; | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:520:30: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::Matrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:540:24: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::Matrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 540 | v = sigma_resid * h + (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1894:131: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2448:86: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 2448 | SigmaI_plus_W_inv_diag = (*Sigma).diagonal() - L_inv_Wsqrt_Sigma_sqr.transpose() * vec_t::Ones(L_inv_Wsqrt_Sigma_sqr.rows());// diagonal of (Sigma^-1 + ZtWZ) ^ -1 if use_random_effects_indices_of_data_ or of (ZSigmaZt^-1 + W)^-1 if !use_random_effects_indices_of_data_ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2448:50: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 2448 | SigmaI_plus_W_inv_diag = (*Sigma).diagonal() - L_inv_Wsqrt_Sigma_sqr.transpose() * vec_t::Ones(L_inv_Wsqrt_Sigma_sqr.rows());// diagonal of (Sigma^-1 + ZtWZ) ^ -1 if use_random_effects_indices_of_data_ or of (ZSigmaZt^-1 + W)^-1 if !use_random_effects_indices_of_data_ | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:2482:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 2482 | d_mode_d_par -= ((*Sigma) * (L_inv_Wsqrt.transpose() * (L_inv_Wsqrt * SigmaDeriv_first_deriv_ll))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2494:62: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 2494 | SigmaI_plus_W_inv_d_mll_d_mode = (*Sigma) * d_mll_d_mode - L_inv_Wsqrt_Sigma.transpose() * L_inv_Wsqrt_Sigma_d_mll_d_mode; | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::SparseMatrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::SparseMatrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::SparseMatrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::SparseMatrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:9137:43: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_Only_Grouped_REs_Woodbury(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool, int) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9137 | T_mat ZjZ_MInv_ZtZ_t = MInv_ZtZ_t * ZtZj_[cluster_i][j]; ./include/GPBoost/re_model_template.h:8717:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8717 | CalcFisherInformation_Only_Grouped_REs_Woodbury(cov_pars, FI, transf_scale, include_error_var, use_saved_psi_inv, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/SparseCore/SparseDiagonalProduct.h:49:8: required from 'struct Eigen::internal::product_evaluator, Eigen::DiagonalWrapper >, 0>, 8, Eigen::SparseShape, Eigen::DiagonalShape, double, double>' 49 | struct product_evaluator, ProductTag, SparseShape, DiagonalShape> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 0> >' 29 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 1; _StorageIndex = int]' 1181 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ ./include/GPBoost/re_model_template.h:8138:93: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8138 | P_SSOR_L_D_sqrt_inv_rm_[cluster_i] = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1194:15: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 1; _StorageIndex = int]' 1194 | OtherCopy otherCopy(other.derived()); | ^~~~~~~~~ ./include/GPBoost/re_model_template.h:8138:93: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8138 | P_SSOR_L_D_sqrt_inv_rm_[cluster_i] = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 1; _StorageIndex = int]' 1195 | OtherCopyEval otherCopyEval(otherCopy); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8138:93: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8138 | P_SSOR_L_D_sqrt_inv_rm_[cluster_i] = P_SSOR_L_rm * P_SSOR_D_inv_sqrt.asDiagonal(); | ^ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1982:35: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 1982 | vec_t grad = first_deriv_ll_ - B[0].transpose() * (D_inv[0] * (B[0] * mode_)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2115:75: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2115 | vec_t gradient = B[0].transpose() * (D_inv[0] * (B[0] * direction)) + information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction, direction = (Sigma^-1 + W)^-1 * gradient | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1542:54: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1542 | vec_t grad = first_deriv_ll_ - B_t_D_inv_B_mode + Bt_D_inv_B_cross_cov * wood_inv_cross_cov_B_t_D_inv_B_mode; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1551:49: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1551 | vec_t grad_aux = W_D_inv_inv.cwiseProduct((B_rm_.transpose().template triangularView()).solve(grad)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1693:110: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1692 | vec_t gradient = B.transpose() * (D_inv * (B * direction)) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1693 | Bt_D_inv_B_cross_cov * (chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * direction)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 1694 | information_ll_.asDiagonal() * direction;//gradient = (Sigma^-1 + W) * direction (Sigma^-1 calculated with Woodbury), direction = (Sigma^-1 + W)^-1 * gradient | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1023:71: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1023 | Id_plus_Wsqrt_Sigma_Wsqrt += (diag_Wsqrt.asDiagonal() * (*Sigma) * diag_Wsqrt.asDiagonal()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1032:26: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1032 | SigmaI_mode_update = -chol_fact_Id_plus_Wsqrt_Sigma_Wsqrt_.solve(rhs2);//SigmaI_mode_ = rhs - sqrt(W) * Id_plus_Wsqrt_Sigma_Wsqrt^-1 * rhs2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_model_template.h:5579:63: required from 'void GPBoost::REModelTemplate::CalcChol(const T_mat&, GPBoost::data_size_t) [with T_aux = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_aux>::value || std::is_same, T_aux>::value)>::type* = 0; T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 5579 | P_Id_[cluster_i] = chol_facts_[cluster_i].permutationP() * Id_[cluster_i]; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/GPBoost/re_model_template.h:8118:18: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8118 | CalcChol(SigmaIplusZtZ, cluster_i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:637:42: required from here 637 | re_model_sp_rm_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 638 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1023:71: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1023 | Id_plus_Wsqrt_Sigma_Wsqrt += (diag_Wsqrt.asDiagonal() * (*Sigma) * diag_Wsqrt.asDiagonal()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:641:55: required from here 641 | re_model_sp_rm_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 642 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1032:26: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1032 | SigmaI_mode_update = -chol_fact_Id_plus_Wsqrt_Sigma_Wsqrt_.solve(rhs2);//SigmaI_mode_ = rhs - sqrt(W) * Id_plus_Wsqrt_Sigma_Wsqrt^-1 * rhs2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:641:55: required from here 641 | re_model_sp_rm_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 642 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:1023:71: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1023 | Id_plus_Wsqrt_Sigma_Wsqrt += (diag_Wsqrt.asDiagonal() * (*Sigma) * diag_Wsqrt.asDiagonal()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:651:53: required from here 651 | re_model_den_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 652 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 1>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 1>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 1>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 1>, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 1>, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1032:26: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1032 | SigmaI_mode_update = -chol_fact_Id_plus_Wsqrt_Sigma_Wsqrt_.solve(rhs2);//SigmaI_mode_ = rhs - sqrt(W) * Id_plus_Wsqrt_Sigma_Wsqrt^-1 * rhs2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:651:53: required from here 651 | re_model_den_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 652 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/GPBoost/cov_fcts.h:602:17: required from 'void GPBoost::CovFunction::CalculateCovMat(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&, T_mat&, bool) const [with T_aux = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_aux>::value || std::is_same, T_aux>::value)>::type* = 0; T_mat = Eigen::SparseMatrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 602 | sigma.coeffs() = pars[0]; | ~~~~~~~~~~~~^~ ./include/GPBoost/re_comp.h:1219:53: required from 'void GPBoost::RECompGP::CalcSigma() [with T_mat = Eigen::SparseMatrix]' 1219 | (*cov_function_).template CalculateCovMat(*dist_, coords_ind_point_, coords_, this->cov_pars_, sigma_, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3147:48: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3147 | re_comps_resid_cluster_i[j]->CalcSigma(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1181 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ ./include/GPBoost/likelihoods.h:5745:109: required from 'void GPBoost::Likelihood::PredictLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, int, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 5745 | Maux = Maux_all.block(num_gp * dim_mode_per_set_re_, num_gp * num_pred, dim_mode_per_set_re_, num_pred); | ^ ./include/GPBoost/re_model_template.h:3588:62: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3588 | likelihood_[cluster_i]->PredictLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3589 | B_[cluster_i], D_inv_[cluster_i], Bpo[igp], Bp[igp], Dp[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3590 | mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3591 | predict_cov_mat, predict_var_or_response, false, true, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3592 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3593 | igp, cluster_i, this); | ~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/SparseCore/SparseDiagonalProduct.h:49:8: required from 'struct Eigen::internal::product_evaluator, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0>, 8, Eigen::SparseShape, Eigen::DiagonalShape, double, double>' 49 | struct product_evaluator, ProductTag, SparseShape, DiagonalShape> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0> >' 29 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:687:97: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 687 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ ./include/GPBoost/re_model_template.h:10506:16: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10506 | T_mat sigma_resid_pred_obs_pred_var = sigma_resid_pred_obs * (diagonal_approx_inv_preconditioner_[cluster_i].cwiseSqrt()).asDiagonal(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Diagonal, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Diagonal, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4802:58: required from 'void GPBoost::Likelihood::PredictLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 4802 | vec_t SigmaI_diag_sqrt = SigmaI.diagonal().cwiseSqrt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:10034:59: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10034 | likelihood_[cluster_i]->PredictLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10035 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], Ztilde, Sigma, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10036 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10037 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4842:97: required from 'void GPBoost::Likelihood::PredictLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 4842 | vec_t rand_vec_pred_SigmaI_plus_ZtWZ = SigmaI_diag_sqrt.asDiagonal() * rand_vec_pred_I_1 + Zt_W_sqrt_rm * rand_vec_pred_I_2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10034:59: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10034 | likelihood_[cluster_i]->PredictLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10035 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], Ztilde, Sigma, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10036 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10037 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>, 2>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4871:120: required from 'void GPBoost::Likelihood::PredictLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 4871 | sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * ((*Zt_) * information_ll_.asDiagonal() * (*Zt_).transpose())) * SigmaI_plus_ZtWZ_I; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10034:59: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10034 | likelihood_[cluster_i]->PredictLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10035 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], Ztilde, Sigma, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10036 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10037 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:500:38: required from 'void GPBoost::RECompGroup::AddPredCovMatrices(const std::vector >&, T_mat&, T_mat&, bool, bool, bool, bool, const double*) [with T_mat = Eigen::SparseMatrix]' 500 | cross_cov = this->cov_pars_[0] * ZtildeZT; | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:9603:33: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9603 | re_comp->AddPredCovMatrices(re_group_levels_pred[0], cross_cov, cov_mat_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9604 | true, predict_cov_mat, true, true, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/SparseCore/SparseRedux.h:21:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::sum() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' 21 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/re_model_template.h:10013:67: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10013 | var_pred_id[i] -= M_aux3.row(i).sum() - M_aux2.col(i).sum(); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4966:76: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4614:37: required from 'void GPBoost::Likelihood::PredictLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 4614 | T_mat Maux = Wsqrt.asDiagonal() * Cross_Cov.transpose(); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10048:56: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10048 | likelihood_[cluster_i]->PredictLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10049 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10050 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10051 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4966:76: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:4614:37: required from 'void GPBoost::Likelihood::PredictLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 4614 | T_mat Maux = Wsqrt.asDiagonal() * Cross_Cov.transpose(); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10048:56: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10048 | likelihood_[cluster_i]->PredictLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10049 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10050 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10051 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:43: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3872:71: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3872 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], *Z_j, M_aux, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1005:50: required from here 1005 | re_model_sp_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1006 | coef_.data(), | ~~~~~~~~~~~~~ 1007 | y_obs, | ~~~~~~ 1008 | out_predict, | ~~~~~~~~~~~~ 1009 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1010 | fixed_effects, | ~~~~~~~~~~~~~~ 1011 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:43: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3872:71: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 3872 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], *Z_j, M_aux, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1014:53: required from here 1014 | re_model_sp_rm_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1015 | coef_.data(), | ~~~~~~~~~~~~~ 1016 | y_obs, | ~~~~~~ 1017 | out_predict, | ~~~~~~~~~~~~ 1018 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1019 | fixed_effects, | ~~~~~~~~~~~~~~ 1020 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::ArithmeticSequence > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::ArithmeticSequence > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::ArithmeticSequence > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::ArithmeticSequence >, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::ArithmeticSequence > >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1171:38: required from 'void GPBoost::CovFunction::FindInitCovPar(const T_mat&, const GPBoost::den_mat_t&, bool, GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1171 | den_mat_t coords_space = coords(sample_ind, Eigen::seq(1, Eigen::last)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1206:34: required from 'void GPBoost::RECompGP::FindInitCovPar(GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1206 | cov_function_->FindInitCovPar(*dist_, coords_, false, rng, pars, marginal_variance); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4184:81: required from 'void GPBoost::REModelTemplate::FindInitCovPar(const double*, const double*, double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4184 | re_comps_vecchia_[unique_clusters_[0]][0][ind_intercept_gp_]->FindInitCovPar(rng_, pars, init_marg_var); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1076:34: required from here 1076 | re_model_sp_->FindInitCovPar(y_data, fixed_effects, cov_pars_.data()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:218:29: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/unconstrained/gd.hpp:226:26: required from here 38 | #define OPTIM_MATOPS_L1NORM(x) (x).array().abs().sum() | ~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_comp.h:1645:56: required from 'bool GPBoost::RECompGP::HasDuplicatedCoords() const [with T_mat = Eigen::Matrix]' 1645 | if ((coords_.row(i) - coords_.row(j)).squaredNorm() < EPSILON_NUMBERS) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:6683:34: required from 'void GPBoost::REModelTemplate::CreateREComponentsFITC_FSA(GPBoost::data_size_t, std::map >&, GPBoost::data_size_t, const double*, GPBoost::string_t, double, double, double, std::vector > > >&, std::vector > > >&, std::vector > >&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::string_t = std::__cxx11::basic_string]' 6683 | if (gp_ip->HasDuplicatedCoords()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:315:6: required from 'GPBoost::REModelTemplate::REModelTemplate(GPBoost::data_size_t, const GPBoost::data_size_t*, const char*, GPBoost::data_size_t, const double*, const GPBoost::data_size_t*, GPBoost::data_size_t, const int*, GPBoost::data_size_t, const double*, int, const double*, GPBoost::data_size_t, const char*, double, const char*, double, double, int, const char*, int, double, const char*, const char*, double, const char*, int, int, bool, const double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 315 | CreateREComponentsFITC_FSA(num_data_, data_indices_per_cluster_, cluster_i, gp_coords_data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:85:51: required from here 85 | has_weights, weights, likelihood_learning_rate)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 45 | VectorBlock::ret> essentialPart(derived(), 1, size()-1); | ^~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/Eigen/src/Householder/Householder.h:127:63: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 127 | Map::type> tmp(workspace,cols()); | ^~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Householder/Householder.h:128:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 128 | Block bottom(derived(), 1, 0, rows()-1, cols()); | ^~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 130 | tmp += this->row(0); | ~~~~~~~~~^~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 131 | this->row(0) -= tau * tmp; | ~~~~^~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 132 | bottom.noalias() -= tau * essential * tmp; | ~~~~^~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 132 | bottom.noalias() -= tau * essential * tmp; | ~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:173:41: required from 'void LBFGSpp::BFGSMat::apply_Hv(const Vector&, const Scalar&, Vector&) [with Scalar = double; bool LBFGSB = false; Vector = Eigen::Matrix]' 173 | res.noalias() -= m_alpha[j] * m_y.col(j); | ~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:170:28: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 170 | m_bfgs.apply_Hv(m_grad, -Scalar(1), m_drt); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:119:56: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/LBFGSpp/BFGSMat.h:119:59: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' 59 | template class RefBase | ^~~~~~~ ./include/Eigen/src/Core/Ref.h:341:77: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' 341 | template class Ref | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1582:96: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1582 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += ((uk.dot(u) - 0.5 * u.dot(D_grad_[cluster_i][0][num_par_comp * j + ipar] * u)) / cov_pars[0] + | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Diagonal, 0>; U = Eigen::Diagonal, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::Diagonal, 0>; Derived = Eigen::Diagonal, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1583:55: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1583 | 0.5 * (D_inv_[cluster_i][0].diagonal()).dot(D_grad_[cluster_i][0][num_par_comp * j + ipar].diagonal())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:57: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/GPBoost/re_model_template.h:1834:104: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1834 | std::shared_ptr cross_cov_grad = re_comps_cross_cov_[cluster_i][0][j]->GetZSigmaZtGrad(ipar, true, 0.); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:66: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1834:104: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1834 | std::shared_ptr cross_cov_grad = re_comps_cross_cov_[cluster_i][0][j]->GetZSigmaZtGrad(ipar, true, 0.); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:57: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::SparseMatrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/GPBoost/re_model_template.h:1881:99: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1881 | std::shared_ptr sigma_resid_grad = re_comps_resid_[cluster_i][0][j]->GetZSigmaZtGrad(ipar, true, 1.); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:66: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::SparseMatrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1881:99: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1881 | std::shared_ptr sigma_resid_grad = re_comps_resid_[cluster_i][0][j]->GetZSigmaZtGrad(ipar, true, 1.); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8648:103: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8648 | vec_t B_invt_Z = (B_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8660:113: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8660 | vec_t L_invt_Z = (L_SigmaI_plus_W_rm_.transpose().template triangularView()).solve(rand_vec_trace_P_.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix > > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:665:32: required from 'Derived& Eigen::SparseMatrixBase::operator+=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >; Derived = Eigen::SparseMatrix]' 665 | return derived() = derived() + other.derived(); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4019:27: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4019 | SigmaI_deriv_rm += Bt_Dinv_Bgrad_rm - B_t_D_inv_D_grad_D_inv_B_rm; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8765:84: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivCovParVecchia(const GPBoost::data_size_t&, const int&, const int&, const GPBoost::sp_mat_rm_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::vec_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, double&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::sp_mat_rm_t = Eigen::SparseMatrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8765 | sp_mat_rm_t Bt_W_Bgrad_rm = B_rm_.transpose() * information_ll_.asDiagonal() * B_grad_j; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/likelihoods.h:4022:10: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4022 | CalcLogDetStochDerivCovParVecchia(dim_mode_, num_comps_total, j, SigmaI_deriv_rm, B_grad[0][j], D_grad[0][j], D_inv_plus_W_inv_diag, PI_Z, WI_PI_Z, d_log_det_Sigma_W_plus_I_d_cov_pars); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8766:89: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivCovParVecchia(const GPBoost::data_size_t&, const int&, const int&, const GPBoost::sp_mat_rm_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::vec_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, double&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::sp_mat_rm_t = Eigen::SparseMatrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8766 | sp_mat_rm_t P_deriv_rm = SigmaI_deriv_rm + sp_mat_rm_t(Bt_W_Bgrad_rm.transpose()) + Bt_W_Bgrad_rm; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4022:10: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4022 | CalcLogDetStochDerivCovParVecchia(dim_mode_, num_comps_total, j, SigmaI_deriv_rm, B_grad[0][j], D_grad[0][j], D_inv_plus_W_inv_diag, PI_Z, WI_PI_Z, d_log_det_Sigma_W_plus_I_d_cov_pars); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/likelihoods.h:8832:104: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivAuxParVecchia(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, double&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8832 | den_mat_t woodI_cross_covT_WI_DI_WI_DI_W_deri_cross_cov = chol_fact_woodbury_preconditioner_.solve((*cross_cov).transpose() * (tr_WI_DI_WI_DI_W_deriv_vec.asDiagonal() * (*cross_cov))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4114:10: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4114 | CalcLogDetStochDerivAuxParVecchia(Zt_deriv_information_aux_par, D_inv_plus_W_inv_diag, diag_WI, PI_Z, WI_PI_Z, WI_WI_plus_Sigma_inv_Z, d_detmll_d_aux_par, re_comps_cross_cov_cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8852:90: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivAuxParVecchia(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, double&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8852 | sp_mat_rm_t P_deriv_rm = B_rm_.transpose() * deriv_information_aux_par.asDiagonal() * B_rm_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:4114:10: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4114 | CalcLogDetStochDerivAuxParVecchia(Zt_deriv_information_aux_par, D_inv_plus_W_inv_diag, diag_WI, PI_Z, WI_PI_Z, WI_WI_plus_Sigma_inv_Z, d_detmll_d_aux_par, re_comps_cross_cov_cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:665:32: required from 'Derived& Eigen::SparseMatrixBase::operator+=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::SparseMatrix, 2> >; Derived = Eigen::SparseMatrix]' 665 | return derived() = derived() + other.derived(); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4187:22: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4187 | SigmaI_deriv += Bt_Dinv_Bgrad - D_inv_B.transpose() * D_grad[igp][j] * D_inv_B; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:510:28: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::trace() const [with Derived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >; typename Eigen::internal::traits::Scalar = double]' 510 | return derived().diagonal().sum(); | ~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/likelihoods.h:3624:170: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7206:42: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCoef(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7206 | mom_dir_deriv_armijo_coef_ = grad.dot(beta - beta_after_grad_aux); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1137:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1137 | CalcDirDerivArmijoAndLearningRateConstChangeCoef(grad_beta, beta_, beta_after_grad_aux, use_nesterov_acc_coef); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7148:85: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7148 | double dir_deriv_armijo_cov_pars_new = -(grad.segment(0, num_grad_cov_par)).dot(neg_step_dir.segment(0, num_grad_cov_par)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1220:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1220 | CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(grad, neg_step_dir, cov_aux_pars, cov_pars_after_grad_aux, use_nesterov_acc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7172:78: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7172 | mom_dir_deriv_armijo_cov_pars_ = (grad.segment(0, num_grad_cov_par)).dot(delta_cov_pars); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1220:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1220 | CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(grad, neg_step_dir, cov_aux_pars, cov_pars_after_grad_aux, use_nesterov_acc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/sparse_matrix_utils.h:416:29: required from 'void GPBoost::CalcLtLGivenSparsityPattern(const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_mat1>::value || std::is_same, T_mat1>::value)>::type* = 0]' 416 | it.valueRef() = (L.col(i)).dot(L.col(j)); | ~~~~~~^~~~ ./include/GPBoost/re_model_template.h:1808:40: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1808 | CalcLtLGivenSparsityPattern(chol_fact_resid_inv, (*sigma_resid), true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:57: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::SparseMatrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/GPBoost/re_model_template.h:1881:99: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1881 | std::shared_ptr sigma_resid_grad = re_comps_resid_[cluster_i][0][j]->GetZSigmaZtGrad(ipar, true, 1.); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::SparseMatrix, 2>, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:66: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::SparseMatrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1881:99: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1881 | std::shared_ptr sigma_resid_grad = re_comps_resid_[cluster_i][0][j]->GetZSigmaZtGrad(ipar, true, 1.); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:79:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::SparseMatrixBase::squaredNorm() const [with Derived = Eigen::SparseMatrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 79 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:2038:87: required from 'void GPBoost::REModelTemplate::CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(const GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 2038 | double trace_PsiInvGradPsi = Zj_square_sum_[cluster_i][j] - LInvZtZj.squaredNorm(); | ~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1592:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1592 | CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(cov_pars, grad_cov_aux_par, include_error_var, save_psi_inv_for_FI, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 2, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:43: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8656:64: required from 'void GPBoost::REModelTemplate::CalcYTPsiIInvY(double&, bool, GPBoost::data_size_t, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 8656 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], y_[cluster_i], y_aux_sqrt, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2412:4: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2412 | CalcYTPsiIInvY(yTPsiInvy_, true, 1, CalcYAux_already_done, CalcYtilde_already_done); | ^~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:121:31: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 121 | P_M = chol.permutationP() * M; | ~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8656:64: required from 'void GPBoost::REModelTemplate::CalcYTPsiIInvY(double&, bool, GPBoost::data_size_t, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 8656 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], y_[cluster_i], y_aux_sqrt, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2412:4: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2412 | CalcYTPsiIInvY(yTPsiInvy_, true, 1, CalcYAux_already_done, CalcYtilde_already_done); | ^~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:1022:16: required from 'static void Eigen::internal::conservative_resize_like_impl::run(Eigen::DenseBase&, Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; OtherDerived = Eigen::Matrix; bool IsVector = false; Eigen::Index = long long int]' 1022 | tmp.block(0,0,common_rows,common_cols) = _this.block(0,0,common_rows,common_cols); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:392:60: required from 'void Eigen::PlainObjectBase::conservativeResize(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; Eigen::Index = long long int]' 392 | internal::conservative_resize_like_impl::run(*this, rows, cols); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:704:34: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 704 | Tdiags[i].conservativeResize(j + 1, 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/likelihoods.h:8491:63: required from 'void GPBoost::Likelihood::CalcLogDetStochVecchia(const GPBoost::data_size_t&, const int&, GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, bool&, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 8491 | sp_mat_rm_t B_t_D_inv_plus_W_sqrt_rm = B_rm_.transpose() * (D_inv_plus_W_diag).cwiseSqrt().asDiagonal(); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2193:7: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2193 | CalcLogDetStochVecchia(dim_mode_, cg_max_num_it_tridiag, I_k_plus_Sigma_L_kt_W_Sigma_L_k, SigmaI, SigmaI_plus_W, B[0], has_NA_or_Inf, log_det_Sigma_W_plus_I, | ^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:665:32: required from 'Derived& Eigen::SparseMatrixBase::operator+=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0>; Derived = Eigen::SparseMatrix]' 665 | return derived() = derived() + other.derived(); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1023:32: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1023 | Id_plus_Wsqrt_Sigma_Wsqrt += (diag_Wsqrt.asDiagonal() * (*Sigma) * diag_Wsqrt.asDiagonal()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:665:32: required from 'Derived& Eigen::SparseMatrixBase::operator+=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 0>; Derived = Eigen::SparseMatrix]' 665 | return derived() = derived() + other.derived(); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1023:32: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1023 | Id_plus_Wsqrt_Sigma_Wsqrt += (diag_Wsqrt.asDiagonal() * (*Sigma) * diag_Wsqrt.asDiagonal()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8059:62: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8059 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8060 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:641:55: required from here 641 | re_model_sp_rm_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 642 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:74: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:125: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:27: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:52: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5418 | pred_var[i] += (cross_cov_pred_ip.row(i) - cross_cov_PP_Vecchia.row(i) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: 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::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5419:52: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5418 | pred_var[i] += (cross_cov_pred_ip.row(i) - cross_cov_PP_Vecchia.row(i) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5419 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./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::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:83: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: 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, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5420:83: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5420 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 1, -1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5421:49: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5421 | (cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_pred_obs_pred_inv_woodbury.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 1, -1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5421:49: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5421 | (cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_pred_obs_pred_inv_woodbury.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, 1, -1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5490:142: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true> >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true> >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true> >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true> >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true> >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, 1, -1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5490:142: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, 1, -1, false> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10143:64: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10143 | coords_pred_sum[i] = gp_coords_mat_pred(i, Eigen::all).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 2, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:43: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10386:74: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10386 | TriangularSolveGivenCholesky(chol_fact_resid_[cluster_i], (*cross_cov), resid_obs_inv_sqrt_cross_cov, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:121:31: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 121 | P_M = chol.permutationP() * M; | ~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10386:74: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10386 | TriangularSolveGivenCholesky(chol_fact_resid_[cluster_i], (*cross_cov), resid_obs_inv_sqrt_cross_cov, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block >, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, false>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10432:70: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10432 | pred_var[i] -= 2 * sigma_ip_inv_cross_cov_pred_T.col(i).dot(sigma_resid_pred_obs_sigma_resid_inv_cross_cov.transpose().col(i)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10433:39: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10433 | + auto_cross_cov.col(i).dot(sigma_ip_inv_cross_cov_pred_T.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base >, -1, 1, false> > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator >, -1, 1, false> >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper >, -1, 1, false> > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10454:89: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10454 | + sigma_resid_pred_obs_Woodburry_fact.transpose().col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/likelihoods.h:5862:53: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const GPBoost::den_mat_t&, bool, const GPBoost::sp_mat_t&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 5862 | pred_var[i] -= fitc_resid_pred_obs.row(i).dot(resid_obs_inv_resid_pred_obs_t.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10655:53: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10655 | likelihood_[cluster_i]->PredictLaplaceApproxFITC(y_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 10656 | y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~ 10657 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10658 | re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10659 | chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10660 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10661 | fitc_resid_diag_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10662 | cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~ 10663 | has_fitc_correction, | ~~~~~~~~~~~~~~~~~~~~ 10664 | fitc_resid_pred_obs, | ~~~~~~~~~~~~~~~~~~~~ 10665 | pred_mean, | ~~~~~~~~~~ 10666 | pred_cov, | ~~~~~~~~~ 10667 | pred_var, | ~~~~~~~~~ 10668 | calc_pred_cov, | ~~~~~~~~~~~~~~ 10669 | calc_pred_var, | ~~~~~~~~~~~~~~ 10670 | false); | ~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:665:32: required from 'Derived& Eigen::SparseMatrixBase::operator+=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >; Derived = Eigen::SparseMatrix]' 665 | return derived() = derived() + other.derived(); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:503:17: required from 'void GPBoost::RECompGroup::AddPredCovMatrices(const std::vector >&, T_mat&, T_mat&, bool, bool, bool, bool, const double*) [with T_mat = Eigen::SparseMatrix]' 503 | cross_cov += this->cov_pars_[0] * ZtildeZT; | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9603:33: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9603 | re_comp->AddPredCovMatrices(re_group_levels_pred[0], cross_cov, cov_mat_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9604 | true, predict_cov_mat, true, true, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:665:32: required from 'Derived& Eigen::SparseMatrixBase::operator+=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >; Derived = Eigen::SparseMatrix]' 665 | return derived() = derived() + other.derived(); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:503:17: required from 'void GPBoost::RECompGroup::AddPredCovMatrices(const std::vector >&, T_mat&, T_mat&, bool, bool, bool, bool, const double*) [with T_mat = Eigen::SparseMatrix]' 503 | cross_cov += this->cov_pars_[0] * ZtildeZT; | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9603:33: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9603 | re_comp->AddPredCovMatrices(re_group_levels_pred[0], cross_cov, cov_mat_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9604 | true, predict_cov_mat, true, true, nullptr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/gd.ipp:183:21: required from here 43 | #define OPTIM_MATOPS_LMINFNORM(x) (x).cwiseAbs().minCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:172:22: required from here 36 | #define OPTIM_MATOPS_MIN_VAL(x) (x).minCoeff() | ~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:303:29: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:31: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/unconstrained/nm.hpp:307:107: required from here 37 | #define OPTIM_MATOPS_ABS_MAX_VAL(x) (x).cwiseAbs().maxCoeff() | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' 79 | CoeffReadCost = internal::evaluator::CoeffReadCost | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false> >; Derived = Eigen::Block, 1, -1, false>]' 123 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Visitor.h:302:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 302 | this->visit(maxVisitor); | ~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 521 | RealScalar biggest_col_sq_norm = numext::abs2(m_colNormsUpdated.tail(cols-k).maxCoeff(&biggest_col_index)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 76 | VectorBlock tail(derived(), 1, size()-1); | ^~~~ ./include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 46 | makeHouseholder(essentialPart, tau, beta); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 93 | essential = tail / (c0 - beta); | ~~~~~^~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 46 | makeHouseholder(essentialPart, tau, beta); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 567 | m_colNormsDirect.coeffRef(j) = m_qr.col(j).tail(rows - k - 1).norm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:942:45: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 942 | loc_transf_[icol] = X_.col(icol).mean(); | ~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:945:75: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 945 | scale_transf_[icol] = std::sqrt(col_i_centered.array().square().sum() / num_data_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:558:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, Eigen::internal::IteratorBased, double>' 558 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, -1, 1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:416:37: required from 'void GPBoost::CalcLtLGivenSparsityPattern(const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_mat1>::value || std::is_same, T_mat1>::value)>::type* = 0]' 416 | it.valueRef() = (L.col(i)).dot(L.col(j)); | ~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1808:40: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1808 | CalcLtLGivenSparsityPattern(chol_fact_resid_inv, (*sigma_resid), true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:416:37: required from 'void GPBoost::CalcLtLGivenSparsityPattern(const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_mat1>::value || std::is_same, T_mat1>::value)>::type* = 0]' 416 | it.valueRef() = (L.col(i)).dot(L.col(j)); | ~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1808:40: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1808 | CalcLtLGivenSparsityPattern(chol_fact_resid_inv, (*sigma_resid), true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1841:107: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1841 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += ((0.5 * sigma_ip_inv_cross_cov_y_aux.dot((sigma_ip_stable_grad)*sigma_ip_inv_cross_cov_y_aux) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::Product >, Eigen::Matrix, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1842:67: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1842 | - (((*cross_cov_grad).transpose()) * y_aux_[cluster_i]).dot(sigma_ip_inv_cross_cov_y_aux)) / error_var); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Diagonal, 0>, const Eigen::Diagonal, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Diagonal, 0>; U = Eigen::Diagonal, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::Diagonal, 0>; Derived = Eigen::Diagonal, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1873:114: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1873 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += 0.5 * (D_inv_rm_[cluster_i][0].diagonal()).dot(D_grad_rm.diagonal()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::Product >, Eigen::Matrix, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1874:158: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1874 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += (0.5 * y_[cluster_i].dot(vecchia_grad_y) - ((*cross_cov).transpose() * vecchia_grad_y).dot(woodbury_vecchia_y) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1876:74: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1876 | 0.5 * (D_inv_B_cross_cov_[cluster_i][0] * woodbury_vecchia_y).dot((D_grad_sigma_resid_inv_cross_cov_T * woodbury_vecchia_y))) / error_var; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product >, Eigen::Matrix, 1>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product >, Eigen::Matrix, 1>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1968:95: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1968 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] -= 0.5 * y_aux_[cluster_i].dot(FITC_Diag_grad.asDiagonal() * y_aux_[cluster_i]) / error_var; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseUnaryOp, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1969:92: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1969 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += 0.5 * FITC_Diag_grad.dot(fitc_resid_diag_[cluster_i].cwiseInverse()); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2721:61: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2721 | cov_grad[j] += SigmaI_plus_ZtWZ_inv_d_mll_d_mode.dot(I_j * ((*Zt_) * first_deriv_ll_)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:101: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:416:37: required from 'void GPBoost::CalcLtLGivenSparsityPattern(const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_mat1>::value || std::is_same, T_mat1>::value)>::type* = 0]' 416 | it.valueRef() = (L.col(i)).dot(L.col(j)); | ~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1808:40: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1808 | CalcLtLGivenSparsityPattern(chol_fact_resid_inv, (*sigma_resid), true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1953:95: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1953 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] -= 0.5 * y_aux_[cluster_i].dot((*sigma_resid_grad) * y_aux_[cluster_i]) / error_var; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2442:70: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2442 | log_det_Psi_ += fitc_resid_diag_[cluster_i].array().log().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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::Matrix; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:454:39: required from 'void GPBoost::PivotedCholsekyFactorizationSigma(RECompBase*, den_mat_t&, int, double) [with T_mat = Eigen::Matrix; den_mat_t = Eigen::Matrix]' 454 | L_jm -= Sigma_L_k.row(pi(j)).dot(L_row_m); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ./include/GPBoost/re_model_template.h:8024:40: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8024 | PivotedCholsekyFactorizationSigma(re_comps_vecchia_[cluster_i][0][ind_intercept_gp_].get(), Sigma_L_k, fitc_piv_chol_preconditioner_rank_, PIV_CHOL_STOP_TOL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:462:52: required from 'void GPBoost::PivotedCholsekyFactorizationSigma(RECompBase*, den_mat_t&, int, double) [with T_mat = Eigen::Matrix; den_mat_t = Eigen::Matrix]' 462 | err = diag(pi.tail(num_re - (m + 1))).lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:8024:40: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8024 | PivotedCholsekyFactorizationSigma(re_comps_vecchia_[cluster_i][0][ind_intercept_gp_].get(), Sigma_L_k, fitc_piv_chol_preconditioner_rank_, PIV_CHOL_STOP_TOL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1913:106: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 1913 | approx_marginal_ll += -0.5 * ((B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)).dot(D_inv[igp] * (B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true> > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true> >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2044:97: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2044 | diagonal_approx_preconditioner_[ii] -= chol_ip_cross_cov.col(ii).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2320:40: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 2320 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8045:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8045 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8046 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8047 | chol_fact_sigma_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8048 | fitc_resid_diag_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:330:35: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 330 | Block A21(mat,k+1,k,rs,1); | ^~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:339:45: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~^~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:330:35: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 330 | Block A21(mat,k+1,k,rs,1); | ^~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:339:58: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:339:45: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~^~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:435:35: required from 'void GPBoost::SubtractProdFromNonSqMat(T_mat&, const den_mat_t&, const den_mat_t&) [with T_mat = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_mat1>::value || std::is_same, T_mat1>::value)>::type* = 0; den_mat_t = Eigen::Matrix]' 435 | it.valueRef() -= M1.col(i).dot(M2.col(j)); | ~~~~~~~~~~~~~^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10129:36: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10129 | SubtractProdFromNonSqMat(sigma_resid_pred_obs, cross_cov_pred_ip.transpose(), sigma_ip_inv_cross_cov_T);// Subtract predictive process (prediction) covariance | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/line_search/more_thuente.hpp:99:25: required from here 34 | #define OPTIM_MATOPS_DOT_PROD(x,y) (x).dot(y) | ~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/unconstrained/bfgs.hpp:180:23: required from here 39 | #define OPTIM_MATOPS_L2NORM(x) (x).norm() | ~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:136:59: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 136 | typedef typename internal::nested_eval::type ArgTypeNested; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, Eigen::internal::member_sum, 0> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 78 | RealScalar tailSqNorm = size()==1 ? RealScalar(0) : tail.squaredNorm(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 46 | makeHouseholder(essentialPart, tau, beta); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; CoeffReturnType = const double&; Eigen::Index = long long int]' 142 | EIGEN_STATIC_ASSERT(internal::evaluator::Flags & LinearAccessBit, | ^~~~~ ./include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 79 | Scalar c0 = coeff(0); | ~~~~~^~~ ./include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 46 | makeHouseholder(essentialPart, tau, beta); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:172:40: required from 'void LBFGSpp::BFGSMat::apply_Hv(const Vector&, const Scalar&, Vector&) [with Scalar = double; bool LBFGSB = false; Vector = Eigen::Matrix]' 172 | m_alpha[j] = m_s.col(j).dot(res) / m_ys[j]; | ~~~~~~~~~~~~~~^~~~~ ./include/LBFGS.h:170:28: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 170 | m_bfgs.apply_Hv(m_grad, -Scalar(1), m_drt); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/LBFGSpp/BKLDLT.h:416:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 416 | m_info = gaussian_elimination_1x1(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, false> >, 0>': ./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, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:333:83: required from 'int LBFGSpp::BKLDLT::gaussian_elimination_1x1(Index) [with Scalar = double; Index = long long int]' 333 | MapVec(col_pointer(j + k + 1), ldim - j).noalias() -= (lptr[j] / akk) * l.tail(ldim - j); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:416:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 416 | m_info = gaussian_elimination_1x1(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:362:33: required from 'int LBFGSpp::BKLDLT::gaussian_elimination_2x2(Index) [with Scalar = double; Index = long long int]' 362 | X.col(0).noalias() = l1 * e11 + l2 * e21; | ~~~^~~~~ ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./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::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:362:39: required from 'int LBFGSpp::BKLDLT::gaussian_elimination_2x2(Index) [with Scalar = double; Index = long long int]' 362 | X.col(0).noalias() = l1 * e11 + l2 * e21; | ~~~~~~~~~^~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:368:92: required from 'int LBFGSpp::BKLDLT::gaussian_elimination_2x2(Index) [with Scalar = double; Index = long long int]' 368 | MapVec(col_pointer(j + k + 2), ldim - j).noalias() -= (X.col(0).tail(ldim - j) * l1ptr[j] + X.col(1).tail(ldim - j) * l2ptr[j]); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:368:103: required from 'int LBFGSpp::BKLDLT::gaussian_elimination_2x2(Index) [with Scalar = double; Index = long long int]' 368 | MapVec(col_pointer(j + k + 2), ldim - j).noalias() -= (X.col(0).tail(ldim - j) * l1ptr[j] + X.col(1).tail(ldim - j) * l2ptr[j]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::SparseMatrix, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::SparseMatrix, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1570:40: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1570:40: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1602:40: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1602 | grad_cov_aux_par[0] += -1. * ((double)(y_[cluster_i].transpose() * y_aux_[cluster_i])) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1602:40: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1602 | grad_cov_aux_par[0] += -1. * ((double)(y_[cluster_i].transpose() * y_aux_[cluster_i])) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7148:85: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7148 | double dir_deriv_armijo_cov_pars_new = -(grad.segment(0, num_grad_cov_par)).dot(neg_step_dir.segment(0, num_grad_cov_par)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1220:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1220 | CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(grad, neg_step_dir, cov_aux_pars, cov_pars_after_grad_aux, use_nesterov_acc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::SparseMatrix, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::SparseMatrix, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 0>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 0> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1610:60: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1610 | ((double)(((*gradPsi).cwiseProduct(psi_inv)).sum())) / 2.; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 1, -1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, 1, -1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, 1, -1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/SparseCore/SparsePermutation.h:48:90: required from 'static void Eigen::internal::permutation_matrix_product::run(Dest&, const PermutationType&, const ExpressionType&) [with Dest = Eigen::SparseMatrix; PermutationType = Eigen::PermutationMatrix<-1, -1, int>; ExpressionType = Eigen::SparseMatrix; int Side = 1; bool Transposed = false]' 48 | sizes[((Side==OnTheLeft) ^ Transposed) ? jp : j] = StorageIndex(mat.innerVector(((Side==OnTheRight) ^ Transposed) ? jp : j).nonZeros()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1063:72: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dest&, const Lhs&, const Rhs&) [with Dest = Eigen::SparseMatrix; Lhs = Eigen::PermutationMatrix<-1, -1, int>; Rhs = Eigen::SparseMatrix; int ProductTag = 8; MatrixShape = Eigen::SparseShape]' 1063 | permutation_matrix_product::run(dst, lhs, rhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseProduct.h:174:51: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::Product&) [with Lhs = Eigen::PermutationMatrix<-1, -1, int>; Rhs = Eigen::SparseMatrix; _Scalar = double; int _Options = 1; _StorageIndex = int]' 174 | internal::generic_product_impl::evalTo(dst,src.lhs(),src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5579:23: required from 'void GPBoost::REModelTemplate::CalcChol(const T_mat&, GPBoost::data_size_t) [with T_aux = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_aux>::value || std::is_same, T_aux>::value)>::type* = 0; T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 5579 | P_Id_[cluster_i] = chol_facts_[cluster_i].permutationP() * Id_[cluster_i]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8118:18: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8118 | CalcChol(SigmaIplusZtZ, cluster_i); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:637:42: required from here 637 | re_model_sp_rm_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 638 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2142:97: required from 'double GPBoost::CovFunction::SpaceTimeGneitingCovariance(int, int, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 2142 | double dist_space = (coords_pred.row(i).tail(dim_space) - coords.row(j).tail(dim_space)).norm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/cov_fcts.h:519:49: required from 'void GPBoost::CovFunction::CalculateCovMat(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&, T_mat&, bool) const [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 519 | sigma(i, j) = SpaceTimeGneitingCovariance(i, j, coords, coords, pars); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1219:53: required from 'void GPBoost::RECompGP::CalcSigma() [with T_mat = Eigen::Matrix]' 1219 | (*cov_function_).template CalculateCovMat(*dist_, coords_ind_point_, coords_, this->cov_pars_, sigma_, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3135:44: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3135 | re_comps_ip_cluster_i[j]->CalcSigma(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:125: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:335:36: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 335 | if (k>0) x -= A10.squaredNorm(); | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:5490:93: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5490 | pred_var[i] += Maux.col(i).sum() + chol_ip_cross_cov_pred.col(i).array().square().sum() - sigma_ip_inv_sigma_cross_cov_pred.col(i).dot(M_aux_1.row(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3932:76: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3932 | var_pred_id[i] = cov_pars[0] * (sigma - M_aux2.col(i).squaredNorm()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, -1, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2105:106: required from 'void GPBoost::REModelTemplate::CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(const GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 2105 | double tr_D_inv_SigmaI_deriv = -1. * (P_SSOR_D_inv_[cluster_i].cwiseProduct(neg_SigmaI_deriv)).sum();//cum_num_rand_eff_[cluster_i][j] - cum_num_rand_eff_[cluster_i][j + 1]; //-n_j | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1592:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1592 | CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(cov_pars, grad_cov_aux_par, include_error_var, save_psi_inv_for_FI, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3218:128: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3218 | double tr_PI_P_grad = (diagonal_approx_preconditioner_grad_.array() * diagonal_approx_inv_preconditioner_.array()).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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::Matrix > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::Matrix > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::Matrix > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3325:115: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3325 | d_detmll_d_aux_par += (Zt_deriv_information_aux_par.array() * information_ll_.cwiseInverse().array()).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2939:74: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2939 | 0.5 * (information_ll_.array() / diag_SigmaI_plus_ZtWZ_.array()).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1701:106: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1701 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1702 | fixed_effects_cluster_i_ptr, re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1703 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1704 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1156:37: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1156 | if ((beta_ - beta_lag1).norm() < LR_IS_SMALL_REL_CHANGE_IN_PARS_THRESHOLD_ * beta_lag1.norm()) {//also require that relative change in parameters is small | ~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1245:101: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1245 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_aux_pars_lag1.segment(0, num_cov_par_)).norm() < | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1246:100: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1246 | LR_IS_SMALL_REL_CHANGE_IN_PARS_THRESHOLD_ * cov_aux_pars_lag1.segment(0, num_cov_par_).norm()) {//also require that relative change in parameters is small | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1281:92: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1281 | if ((cov_aux_pars.segment(0, num_cov_par_) - cov_pars_before_lr_aux_pars_small).norm() > MIN_REL_CHANGE_IN_OTHER_PARS_FOR_RESETTING_LR_ * cov_pars_before_lr_aux_pars_small.norm()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2044:97: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2044 | diagonal_approx_preconditioner_[ii] -= chol_ip_cross_cov.col(ii).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:217:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 217 | SmallPanelWidth = EIGEN_PLAIN_ENUM_MAX(Traits::mr,Traits::nr), | ^~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:231:93: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 231 | gebp_kernel gebp_kernel; | ^~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:231:93: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 231 | gebp_kernel gebp_kernel; | ^~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:232:74: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 232 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 233 | gemm_pack_rhs pack_rhs_panel; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/GPBoost/cov_fcts.h:1174:130: required from 'void GPBoost::CovFunction::FindInitCovPar(const T_mat&, const GPBoost::den_mat_t&, bool, GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_comp.h:1206:34: required from 'void GPBoost::RECompGP::FindInitCovPar(GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1206 | cov_function_->FindInitCovPar(*dist_, coords_, false, rng, pars, marginal_variance); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4184:81: required from 'void GPBoost::REModelTemplate::FindInitCovPar(const double*, const double*, double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4184 | re_comps_vecchia_[unique_clusters_[0]][0][ind_intercept_gp_]->FindInitCovPar(rng_, pars, init_marg_var); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1076:34: required from here 1076 | re_model_sp_->FindInitCovPar(y_data, fixed_effects, cov_pars_.data()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 448 | return derived().redux(Eigen::internal::scalar_max_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 466 | return maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 511 | RealScalar threshold_helper = numext::abs2(m_colNormsUpdated.maxCoeff() * NumTraits::epsilon()) / RealScalar(rows); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 78 | RealScalar tailSqNorm = size()==1 ? RealScalar(0) : tail.squaredNorm(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 46 | makeHouseholder(essentialPart, tau, beta); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::InnerStride<1> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/CoreEvaluators.h:884:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Ref, 0, Eigen::InnerStride<1> >; ExpressionType = Eigen::Block, -1, 1, true>; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:93:32: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 93 | m_s.col(loc).noalias() = s; | ~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1582:96: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1582 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += ((uk.dot(u) - 0.5 * u.dot(D_grad_[cluster_i][0][num_par_comp * j + ipar] * u)) / cov_pars[0] + | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8850:114: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivAuxParVecchia(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, double&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8850 | double tr_D_inv_plus_W_inv_W_deriv = (D_inv_plus_W_inv_diag.array() * deriv_information_aux_par.array()).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/likelihoods.h:4114:10: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4114 | CalcLogDetStochDerivAuxParVecchia(Zt_deriv_information_aux_par, D_inv_plus_W_inv_diag, diag_WI, PI_Z, WI_PI_Z, WI_WI_plus_Sigma_inv_Z, d_detmll_d_aux_par, re_comps_cross_cov_cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7206:42: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCoef(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7206 | mom_dir_deriv_armijo_coef_ = grad.dot(beta - beta_after_grad_aux); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1137:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1137 | CalcDirDerivArmijoAndLearningRateConstChangeCoef(grad_beta, beta_, beta_after_grad_aux, use_nesterov_acc_coef); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7148:85: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7148 | double dir_deriv_armijo_cov_pars_new = -(grad.segment(0, num_grad_cov_par)).dot(neg_step_dir.segment(0, num_grad_cov_par)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1220:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1220 | CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(grad, neg_step_dir, cov_aux_pars, cov_pars_after_grad_aux, use_nesterov_acc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:7172:78: required from 'void GPBoost::REModelTemplate::CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, const GPBoost::vec_t&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 7172 | mom_dir_deriv_armijo_cov_pars_ = (grad.segment(0, num_grad_cov_par)).dot(delta_cov_pars); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1220:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1220 | CalcDirDerivArmijoAndLearningRateConstChangeCovAuxPars(grad, neg_step_dir, cov_aux_pars, cov_pars_after_grad_aux, use_nesterov_acc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:2038:87: required from 'void GPBoost::REModelTemplate::CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(const GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 2038 | double trace_PsiInvGradPsi = Zj_square_sum_[cluster_i][j] - LInvZtZj.squaredNorm(); | ~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1592:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1592 | CalcGradPars_Only_Grouped_REs_Woodbury_GaussLikelihood_Cluster_i(cov_pars, grad_cov_aux_par, include_error_var, save_psi_inv_for_FI, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, 1, -1, true>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8369:57: required from 'void GPBoost::Likelihood::CalcLogDetStochFSVA(const GPBoost::data_size_t&, const int&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const std::vector > > >&, const GPBoost::vec_t&, const GPBoost::chol_den_mat_t&, const GPBoost::vec_t&, bool&, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 8369 | log_det_Sigma_W_plus_I += W_D_inv.array().log().sum() + 2. * ((den_mat_t)chol_fact_sigma_woodbury_woodbury.matrixL()).diagonal().array().log().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/likelihoods.h:1805:7: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1805 | CalcLogDetStochFSVA(dim_mode_, cg_max_num_it_tridiag, chol_fact_sigma_woodbury, chol_ip_cross_cov, chol_fact_sigma_ip, chol_fact_sigma_ip_preconditioner, | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2142:97: required from 'double GPBoost::CovFunction::SpaceTimeGneitingCovariance(int, int, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 2142 | double dist_space = (coords_pred.row(i).tail(dim_space) - coords.row(j).tail(dim_space)).norm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/cov_fcts.h:519:49: required from 'void GPBoost::CovFunction::CalculateCovMat(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&, T_mat&, bool) const [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 519 | sigma(i, j) = SpaceTimeGneitingCovariance(i, j, coords, coords, pars); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1219:53: required from 'void GPBoost::RECompGP::CalcSigma() [with T_mat = Eigen::Matrix]' 1219 | (*cov_function_).template CalculateCovMat(*dist_, coords_ind_point_, coords_, this->cov_pars_, sigma_, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3135:44: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3135 | re_comps_ip_cluster_i[j]->CalcSigma(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:74: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:335:36: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 335 | if (k>0) x -= A10.squaredNorm(); | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:289:26: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 289 | gebp_kernel(lhs.getSubMapper(i2,absolute_j2), | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 290 | blockA, blockB+j2*actual_kc, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | actual_mc, panelLength, actualPanelWidth, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 292 | Scalar(-1), | ~~~~~~~~~~~ 293 | actual_kc, actual_kc, // strides | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 294 | panelOffset, panelOffset); // offsets | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 319 | pack_lhs_panel(blockA, lhs.getSubMapper(i2,absolute_j2), | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 320 | actualPanelWidth, actual_mc, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 321 | actual_kc, j2); | ~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 1; int Version = 0; ResScalar = double]' 106 | pack_lhs(blockA, lhs.getSubMapper(i2, k2), actual_kc, actual_mc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Block, -1, -1, false>; OtherType = Eigen::Block, -1, -1, false>; int UpLo = 1; typename MatrixType::Scalar = double]' 109 | internal::general_matrix_matrix_triangular_product::IsComplex, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111 | Scalar, OtherIsRowMajor ? ColMajor : RowMajor, (!OtherBlasTraits::NeedToConjugate) && NumTraits::IsComplex, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | IsRowMajor ? RowMajor : ColMajor, MatrixType::InnerStrideAtCompileTime, UpLo> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113 | ::run(size, depth, | ~~~~~^~~~~~~~~~~~~ 114 | actualOther.data(), actualOther.outerStride(), actualOther.data(), actualOther.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 115 | mat.data(), mat.innerStride(), mat.outerStride(), actualAlpha, blocking); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Block, -1, -1, false>; _MatrixType = Eigen::Block, -1, -1, false>; unsigned int UpLo = 1; Scalar = double]' 126 | selfadjoint_product_selector::run(_expression().const_cast_derived(), u.derived(), alpha); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 1; ResScalar = double]' 155 | Matrix buffer((internal::constructor_without_unaligned_array_assert())); | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Block, -1, -1, false>; _MatrixType = Eigen::Block, -1, -1, false>; unsigned int UpLo = 1; Scalar = double]' 126 | selfadjoint_product_selector::run(_expression().const_cast_derived(), u.derived(), alpha); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Block, -1, -1, false>; _MatrixType = Eigen::Block, -1, -1, false>; unsigned int UpLo = 1; Scalar = double]' 126 | selfadjoint_product_selector::run(_expression().const_cast_derived(), u.derived(), alpha); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Transpose > >, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Transpose > >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Transpose > >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Transpose > >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1>, Eigen::Transpose > >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Transpose > >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Transpose > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Transpose > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Transpose > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Solve, 1>, Eigen::Transpose > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Solve, 1>, Eigen::Transpose > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Solve, 1>, Eigen::Transpose > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Matrix, 1>, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Matrix, 1>, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Matrix, 1>, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Matrix, 1>, 2, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Matrix, 1>, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:180:20: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5426:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5426 | den_mat_t sigma_resid_plus_W_inv_cross_cov = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(information_ll_.asDiagonal() * (*cross_cov)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:191:26: required from 'void Eigen::SimplicialCholeskyBase::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product >, Eigen::Matrix, 1>; Dest = Eigen::Matrix; Derived = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 191 | derived().matrixU().solveInPlace(dest); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product >, Eigen::Matrix, 1>; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5426:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5426 | den_mat_t sigma_resid_plus_W_inv_cross_cov = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(information_ll_.asDiagonal() * (*cross_cov)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10433:39: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10433 | + auto_cross_cov.col(i).dot(sigma_ip_inv_cross_cov_pred_T.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product >, Eigen::Matrix, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseAssign.h:200:35: required from 'static typename Eigen::internal::enable_if::Shape, Eigen::DenseShape>::value>::type Eigen::internal::assignment_from_dense_op_sparse::run(DstXprType&, const Eigen::CwiseBinaryOp, const Lhs, const Rhs>&, const Eigen::internal::assign_op&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 2>; Rhs = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; DstXprType = Eigen::Matrix; Func1 = Eigen::internal::assign_op; Func2 = Eigen::internal::sub_assign_op; typename Eigen::internal::enable_if::Shape, Eigen::DenseShape>::value>::type = void; typename Eigen::internal::evaluator_traits::Shape = Eigen::DenseShape; typename DstXprType::Scalar = double]' 200 | call_assignment_no_alias(dst, -src.rhs(), Func1()); | ^~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::Matrix, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:75:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' 75 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:636:22: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' 636 | Base::operator=(other.derived()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 238 | return Base::operator=(other); | ~~~~~~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4299:27: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4299 | HTPsiInvH_cluster_i = H_cluster_i.transpose() * H_cluster_i - MInvSqrtZtH.transpose() * MInvSqrtZtH; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1063:41: required from here 1063 | re_model_den_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' 59 | call_assignment_no_alias(m_expression, other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:132:22: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 132 | bottom.noalias() -= tau * essential * tmp; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' 59 | call_assignment_no_alias(m_expression, other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:132:22: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 132 | bottom.noalias() -= tau * essential * tmp; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' 280 | func(dst.col(j), rhsEval.coeff(Index(0),j) * actual_lhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' 59 | call_assignment_no_alias(m_expression, other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:132:22: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 132 | bottom.noalias() -= tau * essential * tmp; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 567 | m_colNormsDirect.coeffRef(j) = m_qr.col(j).tail(rows - k - 1).norm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true> >, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, true> >, Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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, -1, -1, true> >; Rhs = Eigen::Block, -1, 1, true>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1841:107: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1841 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += ((0.5 * sigma_ip_inv_cross_cov_y_aux.dot((sigma_ip_stable_grad)*sigma_ip_inv_cross_cov_y_aux) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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::Product >, Eigen::Matrix, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1842:67: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1842 | - (((*cross_cov_grad).transpose()) * y_aux_[cluster_i]).dot(sigma_ip_inv_cross_cov_y_aux)) / error_var); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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::Product >, Eigen::Matrix, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1874:158: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1874 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += (0.5 * y_[cluster_i].dot(vecchia_grad_y) - ((*cross_cov).transpose() * vecchia_grad_y).dot(woodbury_vecchia_y) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Product, Eigen::Matrix, 0>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1876:74: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1876 | 0.5 * (D_inv_B_cross_cov_[cluster_i][0] * woodbury_vecchia_y).dot((D_grad_sigma_resid_inv_cross_cov_T * woodbury_vecchia_y))) / error_var; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product >, Eigen::Matrix, 1>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product >, Eigen::Matrix, 1>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1968:95: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1968 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] -= 0.5 * y_aux_[cluster_i].dot(FITC_Diag_grad.asDiagonal() * y_aux_[cluster_i]) / error_var; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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::CwiseUnaryOp, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::CwiseUnaryOp, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseUnaryOp, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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::CwiseUnaryOp, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1969:92: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1969 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += 0.5 * FITC_Diag_grad.dot(fitc_resid_diag_[cluster_i].cwiseInverse()); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base, 0>, -1, 1, false> > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, const Eigen::ArrayWrapper > > > >; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4213:204: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4213 | d_mll_d_mode.segment(dim_mode_per_set_re_, dim_mode_per_set_re_) = 0.5 * (SigmaI_plus_W_inv.diagonal().segment(0, dim_mode_per_set_re_).array() * deriv_information_diag_loc_par.array()).matrix(); | ^ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3632:135: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3632 | d_detmll_d_aux_par = (SigmaI_plus_W_inv_Z_.cwiseProduct(deriv_information_aux_par.asDiagonal() * PI_Z)).colwise().sum().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 2, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:180:20: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:188:46: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 2, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:194:23: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2721:61: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2721 | cov_grad[j] += SigmaI_plus_ZtWZ_inv_d_mll_d_mode.dot(I_j * ((*Zt_) * first_deriv_ll_)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8832:198: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_Vecchia(GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 8832 | FI(par_nb + first_cov_par, par_nb_cross + first_cov_par) += (sigma_inv_sigma_grad_rand_vec_[par_nb + 1]).cwiseProduct(sigma_inv_sigma_grad_rand_vec_[par_nb_cross + 1]).colwise().sum().mean() / 2.; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:8711:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8711 | CalcFisherInformation_Vecchia(FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1953:95: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1953 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] -= 0.5 * y_aux_[cluster_i].dot((*sigma_resid_grad) * y_aux_[cluster_i]) / error_var; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:202:33: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >; Scalar = double]' 202 | res = eval.coeffByOuterInner(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/Redux.h: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::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:41: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 669 | mean_R_norm = R.colwise().norm().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Product, Eigen::Block, -1, 1, false>, 0> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:1913:106: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 1913 | approx_marginal_ll += -0.5 * ((B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)).dot(D_inv[igp] * (B_mode.segment(dim_mode_per_set_re_ * igp, dim_mode_per_set_re_)))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2320:40: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, double&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 2320 | grad_dot_direction = direction.dot(SigmaI_mode_update - SigmaI_mode_ + information_ll_.asDiagonal() * direction); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8045:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8045 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8046 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8047 | chol_fact_sigma_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8048 | fitc_resid_diag_[cluster_i], mll_cluster_i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Transpose > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Transpose > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Transpose > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Transpose > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Transpose > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5374:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5374 | ConvertTo_T_mat_FromDense(cross_cov_PP_Vecchia * sigma_ip_inv_sigma_cross_cov_pred, PP_V_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5374:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5374 | ConvertTo_T_mat_FromDense(cross_cov_PP_Vecchia * sigma_ip_inv_sigma_cross_cov_pred, PP_V_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product >, Eigen::Matrix, 0>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:435:35: required from 'void GPBoost::SubtractProdFromNonSqMat(T_mat&, const den_mat_t&, const den_mat_t&) [with T_mat = Eigen::SparseMatrix; typename std::enable_if<(std::is_same, T_mat1>::value || std::is_same, T_mat1>::value)>::type* = 0; den_mat_t = Eigen::Matrix]' 435 | it.valueRef() -= M1.col(i).dot(M2.col(j)); | ~~~~~~~~~~~~~^~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10129:36: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10129 | SubtractProdFromNonSqMat(sigma_resid_pred_obs, cross_cov_pred_ip.transpose(), sigma_ip_inv_cross_cov_T);// Subtract predictive process (prediction) covariance | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, 1, -1, true>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:9773:27: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9773 | cov_mat_pred_id -= (T_mat)(cross_cov * cross_cov.transpose()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:9773:27: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9773 | cov_mat_pred_id -= (T_mat)(cross_cov * cross_cov.transpose()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, -1, true>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, -1, true>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, -1, true>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, -1, true>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, -1, true>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, -1, true>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/cov_fcts.h:1180:17: required from 'void GPBoost::CovFunction::FindInitCovPar(const T_mat&, const GPBoost::den_mat_t&, bool, GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1180 | den_mat_t coords_space = coords(Eigen::all, Eigen::seq(1, Eigen::last)); | ^~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1206:34: required from 'void GPBoost::RECompGP::FindInitCovPar(GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1206 | cov_function_->FindInitCovPar(*dist_, coords_, false, rng, pars, marginal_variance); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:4184:81: required from 'void GPBoost::REModelTemplate::FindInitCovPar(const double*, const double*, double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4184 | re_comps_vecchia_[unique_clusters_[0]][0][ind_intercept_gp_]->FindInitCovPar(rng_, pars, init_marg_var); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1076:34: required from here 1076 | re_model_sp_->FindInitCovPar(y_data, fixed_effects, cov_pars_.data()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 78 | RealScalar tailSqNorm = size()==1 ? RealScalar(0) : tail.squaredNorm(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 46 | makeHouseholder(essentialPart, tau, beta); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:349:16: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8442:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8442 | vec_t cross_covT_y = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i]); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8457:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8457 | vec_t cross_covT_sigma_resid_I_y = (*cross_cov).transpose() * sigma_resid_I_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:172:40: required from 'void LBFGSpp::BFGSMat::apply_Hv(const Vector&, const Scalar&, Vector&) [with Scalar = double; bool LBFGSB = false; Vector = Eigen::Matrix]' 172 | m_alpha[j] = m_s.col(j).dot(res) / m_ys[j]; | ~~~~~~~~~~~~~~^~~~~ ./include/LBFGS.h:170:28: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 170 | m_bfgs.apply_Hv(m_grad, -Scalar(1), m_drt); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false> >; Functor = sub_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/LBFGSpp/BKLDLT.h:416:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 416 | m_info = gaussian_elimination_1x1(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; ExpressionType = Eigen::Block, -1, 1, true>; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:362:28: required from 'int LBFGSpp::BKLDLT::gaussian_elimination_2x2(Index) [with Scalar = double; Index = long long int]' 362 | X.col(0).noalias() = l1 * e11 + l2 * e21; | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/LBFGSpp/BKLDLT.h:420:26: required from 'void LBFGSpp::BKLDLT::compute(ConstGenericMatrix&, int, const Scalar&) [with Scalar = double; ConstGenericMatrix = const Eigen::Ref, 0, Eigen::OuterStride<> >]' 420 | m_info = gaussian_elimination_2x2(k); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/LBFGSpp/BFGSMat.h:152:34: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 152 | m_permMsolver.compute(m_permMinv); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1570:40: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1570 | grad_cov_aux_par[0] += -1. * ((double)(u.transpose() * D_inv_[cluster_i][0] * u)) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product >, Eigen::Matrix, 1>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product >, Eigen::Matrix, 1>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose > >, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1602:40: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1602 | grad_cov_aux_par[0] += -1. * ((double)(y_[cluster_i].transpose() * y_aux_[cluster_i])) / cov_pars[0] / 2. + num_data_per_cluster_[cluster_i] / 2.; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::DiagonalWrapper >, 1>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 306 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 346 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 347 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 348 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 349 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | RhsMapper(actualRhsPtr, 1), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | dest.data(), dest.col(0).innerStride(), //NOTE if dest is not a vector at compile-time, then dest.innerStride() might be wrong. (bug 1166) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 352 | actualAlpha); | ~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Transpose >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 310 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 346 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 347 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 348 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 349 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | RhsMapper(actualRhsPtr, 1), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | dest.data(), dest.col(0).innerStride(), //NOTE if dest is not a vector at compile-time, then dest.innerStride() might be wrong. (bug 1166) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 352 | actualAlpha); | ~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Transpose >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 314 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 346 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 347 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 348 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 349 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | RhsMapper(actualRhsPtr, 1), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | dest.data(), dest.col(0).innerStride(), //NOTE if dest is not a vector at compile-time, then dest.innerStride() might be wrong. (bug 1166) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 352 | actualAlpha); | ~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Transpose >; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, 1, false>; Scalar = double]' 41 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::div_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:340:21: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 340 | if (rs>0) A21 /= x; | ~~~~^~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' 41 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::div_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:340:21: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 340 | if (rs>0) A21 /= x; | ~~~~^~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:171:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Block, -1, -1, false>; _MatrixType = Eigen::Block, -1, -1, false>; unsigned int UpLo = 1; Scalar = double]' 126 | selfadjoint_product_selector::run(_expression().const_cast_derived(), u.derived(), alpha); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5280:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5280 | vec_t sigma_woodbury_vec = (*cross_cov) * chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * rand_vec_pred_SigmaI_plus_W_inv); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5282:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5374:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5374 | ConvertTo_T_mat_FromDense(cross_cov_PP_Vecchia * sigma_ip_inv_sigma_cross_cov_pred, PP_V_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:9773:27: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9773 | cov_mat_pred_id -= (T_mat)(cross_cov * cross_cov.transpose()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:216:60: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductType = 8; Scalar = double]' 216 | internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9847:15: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9847 | T_mat M_aux2 = M_aux * ZtildeSigma.transpose(); | ^~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::DiagonalWrapper >, 1>, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Transpose >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::DiagonalWrapper >, 1>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::DiagonalWrapper >, 1>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::DiagonalWrapper >, 1>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Transpose >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Transpose >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 93 | essential = tail / (c0 - beta); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' 46 | makeHouseholder(essentialPart, tau, beta); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 540 | m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8442:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8442 | vec_t cross_covT_y = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i]); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4457:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4457 | vec_t SigmaDeriv_first_deriv_ll = (*cross_cov_grad) * (sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4461:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4461 | vec_t rhs = (*cross_cov).transpose() * (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll); | ^~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:51: required from 'static void Eigen::internal::sparse_time_dense_product_impl::run(const SparseLhsType&, const DenseRhsType&, DenseResType&, const typename Eigen::internal::remove_all::type::Scalar&) [with SparseLhsType = Eigen::SparseMatrix; DenseRhsType = Eigen::Transpose >; DenseResType = Eigen::Matrix; typename Eigen::internal::remove_all::type::Scalar = double; Res = Eigen::Matrix]' 163 | res.row(it.index()) += (alpha*it.value()) * rhs_j; | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:171:90: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3873:17: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3873 | T_mat M_aux2 = (*Z_j) * M_aux.transpose(); | ^~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8442:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8442 | vec_t cross_covT_y = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i]); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8457:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8457 | vec_t cross_covT_sigma_resid_I_y = (*cross_cov).transpose() * sigma_resid_I_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8460:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8460 | vec_t cross_cov_sigma_woodbury_I_cross_covT_sigma_resid_I_y = (*cross_cov) * sigma_woodbury_I_cross_covT_sigma_resid_I_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true> >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true> >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:8607:13: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8607 | vec_t Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_diag = L_inv_Sigma_L_kt_sqr.transpose() * vec_t::Ones(L_inv_Sigma_L_kt_sqr.rows()); //diagonal of Sigma_Lk (I_k + Sigma_Lk^T W Sigma_Lk)^(-1) Sigma_Lk^T | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, member_sum, 0> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:23: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3225:45: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3225:45: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3632:135: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3632 | d_detmll_d_aux_par = (SigmaI_plus_W_inv_Z_.cwiseProduct(deriv_information_aux_par.asDiagonal() * PI_Z)).colwise().sum().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8832:198: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_Vecchia(GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 8832 | FI(par_nb + first_cov_par, par_nb_cross + first_cov_par) += (sigma_inv_sigma_grad_rand_vec_[par_nb + 1]).cwiseProduct(sigma_inv_sigma_grad_rand_vec_[par_nb_cross + 1]).colwise().sum().mean() / 2.; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:8711:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8711 | CalcFisherInformation_Vecchia(FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::SparseMatrix, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::SparseMatrix, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::SparseMatrix, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::SparseMatrix, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::SparseMatrix, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::SparseMatrix, 0>; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix > >, Eigen::Matrix, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, 1, -1, true>; Rhs = Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 2>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:9: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8656:64: required from 'void GPBoost::REModelTemplate::CalcYTPsiIInvY(double&, bool, GPBoost::data_size_t, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 8656 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], y_[cluster_i], y_aux_sqrt, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2412:4: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2412 | CalcYTPsiIInvY(yTPsiInvy_, true, 1, CalcYAux_already_done, CalcYtilde_already_done); | ^~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 2>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:9: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8656:64: required from 'void GPBoost::REModelTemplate::CalcYTPsiIInvY(double&, bool, GPBoost::data_size_t, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 8656 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], y_[cluster_i], y_aux_sqrt, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2412:4: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2412 | CalcYTPsiIInvY(yTPsiInvy_, true, 1, CalcYAux_already_done, CalcYtilde_already_done); | ^~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2288:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2288 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2290:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2290 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2291:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2291 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2291:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2330:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2330 | PacketBlock kernel_half; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2330:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2336 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:202:33: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >; Scalar = double]' 202 | res = eval.coeffByOuterInner(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/Redux.h: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::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:41: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 669 | mean_R_norm = R.colwise().norm().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::DiagonalWrapper >, 1>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5280:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5280 | vec_t sigma_woodbury_vec = (*cross_cov) * chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * rand_vec_pred_SigmaI_plus_W_inv); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5282:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5374:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5374 | ConvertTo_T_mat_FromDense(cross_cov_PP_Vecchia * sigma_ip_inv_sigma_cross_cov_pred, PP_V_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5374:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5374 | ConvertTo_T_mat_FromDense(cross_cov_PP_Vecchia * sigma_ip_inv_sigma_cross_cov_pred, PP_V_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10545:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10545 | vec_t rand_vec_probe_pred = sigma_resid_pred_obs.transpose() * rand_vec_probe_init; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:9773:27: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9773 | cov_mat_pred_id -= (T_mat)(cross_cov * cross_cov.transpose()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:9773:27: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9773 | cov_mat_pred_id -= (T_mat)(cross_cov * cross_cov.transpose()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9847:15: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9847 | T_mat M_aux2 = M_aux * ZtildeSigma.transpose(); | ^~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:51: required from 'static void Eigen::internal::sparse_time_dense_product_impl::run(const SparseLhsType&, const DenseRhsType&, DenseResType&, const typename Eigen::internal::remove_all::type::Scalar&) [with SparseLhsType = Eigen::Transpose > >; DenseRhsType = Eigen::Transpose >; DenseResType = Eigen::Transpose >; typename Eigen::internal::remove_all::type::Scalar = double; Res = Eigen::Transpose >]' 163 | res.row(it.index()) += (alpha*it.value()) * rhs_j; | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:171:90: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9847:15: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9847 | T_mat M_aux2 = M_aux * ZtildeSigma.transpose(); | ^~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::DiagonalWrapper >, 1>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::DiagonalWrapper >, 1>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Block >, -1, 1, false>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 366 | dest += (alpha*actual_rhs.coeff(k)) * lhs.col(k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, Eigen::DiagonalWrapper >, 1>, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 1; bool Conjugate = false]' 125 | Map >(rhs+s,r) -= rhs[i] * cjLhs.col(i).segment(s,r); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 2; bool Conjugate = false]' 78 | rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map >(rhs+s,k))).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from 'void GPBoost::REModelTemplate::UpdateFixedEffects(const GPBoost::vec_t&, const double*, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/GPBoost/re_model_template.h:986:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 986 | UpdateFixedEffects(beta_, fixed_effects, fixed_effects_vec); | ^~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1> >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1> >, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1> >, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true> >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >, Eigen::Matrix, 1> >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4457:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4457 | vec_t SigmaDeriv_first_deriv_ll = (*cross_cov_grad) * (sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4458:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4461:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4461 | vec_t rhs = (*cross_cov).transpose() * (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll); | ^~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3126:13: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3126 | vec_t tr_PI_inv_W_deriv = Z_PI_P_deriv_PI_Z.rowwise().mean(); | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, -1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, 2, -1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long long int]' 217 | PanelEvaluator panel_eval(panel); | ^~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:789:80: required from 'PacketType Eigen::internal::binary_evaluator, Eigen::internal::IndexBased, Eigen::internal::IndexBased>::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; BinaryOp = Eigen::internal::scalar_quotient_op; Lhs = const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>; Rhs = const Eigen::CwiseNullaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Lhs = Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Rhs = Eigen::CwiseNullaryOp, const Eigen::Matrix >; Eigen::Index = long long int]' 789 | return m_d.func().packetOp(m_d.lhsImpl.template packet(index), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:681:114: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignPacket(Eigen::Index) [with int StoreMode = 16; int LoadMode = 0; PacketType = __vector(2) double; DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long long int]' 681 | m_functor.template assignPacket(&m_dst.coeffRef(index), m_src.template packet(index)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:437:75: required from 'static void Eigen::internal::dense_assignment_loop::run(Kernel&) [with Kernel = Eigen::internal::generic_dense_assignment_kernel >, Eigen::internal::evaluator, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, Eigen::internal::assign_op, 0>]' 437 | kernel.template assignPacket(index); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:785:37: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3126:13: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3126 | vec_t tr_PI_inv_W_deriv = Z_PI_P_deriv_PI_Z.rowwise().mean(); | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3225:45: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true> >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, const Eigen::Matrix > >, Eigen::Matrix, 1> >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2482:22: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 2482 | d_mode_d_par -= ((*Sigma) * (L_inv_Wsqrt.transpose() * (L_inv_Wsqrt * SigmaDeriv_first_deriv_ll))); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >, Eigen::Matrix, 1> >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Transpose > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:3325:12: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3325 | psi = Zpred * cov_mat_pred_id_on_RE_scale * Zpred.transpose(); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10448:54: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10448 | sigma_resid_pred_obs_Woodburry_fact.col(i) = sigma_resid_pred_obs * Woodburry_fact_sigma_resid_inv_cross_cov.transpose().col(i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::DiagonalWrapper >, 1>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:3913:23: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3913 | mean_pred_id = (re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4090:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Transpose >, 0>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Transpose >, 0>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Transpose >, 0>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4093:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8442:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8442 | vec_t cross_covT_y = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i]); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8457:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8457 | vec_t cross_covT_sigma_resid_I_y = (*cross_cov).transpose() * sigma_resid_I_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, true> >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, true> >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:455:20: required from 'static void Eigen::internal::generic_product_impl::addTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product >, Eigen::Matrix, 0>]' 455 | scaleAndAddTo(dst,lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:163:42: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:8607:13: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8607 | vec_t Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_diag = L_inv_Sigma_L_kt_sqr.transpose() * vec_t::Ones(L_inv_Sigma_L_kt_sqr.rows()); //diagonal of Sigma_Lk (I_k + Sigma_Lk^T W Sigma_Lk)^(-1) Sigma_Lk^T | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3225:45: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3225:45: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1> >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3632:135: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3632 | d_detmll_d_aux_par = (SigmaI_plus_W_inv_Z_.cwiseProduct(deriv_information_aux_par.asDiagonal() * PI_Z)).colwise().sum().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8832:198: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_Vecchia(GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 8832 | FI(par_nb + first_cov_par, par_nb_cross + first_cov_par) += (sigma_inv_sigma_grad_rand_vec_[par_nb + 1]).cwiseProduct(sigma_inv_sigma_grad_rand_vec_[par_nb_cross + 1]).colwise().sum().mean() / 2.; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:8711:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8711 | CalcFisherInformation_Vecchia(FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose > >, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Transpose > >, 1, -1, true>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, const Eigen::Transpose > >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:202:33: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >; Scalar = double]' 202 | res = eval.coeffByOuterInner(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/Redux.h: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::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:41: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 669 | mean_R_norm = R.colwise().norm().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, -1, -1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, -1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, -1, -1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, -1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, -1, -1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:57:28: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:111:5: required from 'Eigen::Block& Eigen::Block::operator=(const Eigen::Block&) [with XprType = Eigen::Matrix; int BlockRows = -1; int BlockCols = -1; bool InnerPanel = false]' 1197 | Base::operator=(other); \ | ~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:1022:46: required from 'static void Eigen::internal::conservative_resize_like_impl::run(Eigen::DenseBase&, Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; OtherDerived = Eigen::Matrix; bool IsVector = false; Eigen::Index = long long int]' 1022 | tmp.block(0,0,common_rows,common_cols) = _this.block(0,0,common_rows,common_cols); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:392:60: required from 'void Eigen::PlainObjectBase::conservativeResize(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; Eigen::Index = long long int]' 392 | internal::conservative_resize_like_impl::run(*this, rows, cols); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:704:34: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 704 | Tdiags[i].conservativeResize(j + 1, 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Product, Eigen::Block, -1, 1, true>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, true>, 0>; Derived = Eigen::Block, -1, 1, true>]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:638:14: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::Matrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 638 | R.col(i) -= sigma_resid * U.col(i); //parallelization in for loop is much faster | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:647:40: required from here 647 | re_model_den_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 648 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Transpose > >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Solve, 1>, Eigen::Transpose > >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 1; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' 155 | pack_rhs(blockB+actual_kc*j2, other.getSubMapper(startBlock,j2), actualPanelWidth, actual_cols, actual_kc, blockBOffset); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Matrix; Rhs = Eigen::Matrix; int Side = 1; int Mode = 1]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 1]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 1]' 522 | { return solveInPlace(other); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:503:62: required from 'void Eigen::LLT::_solve_impl_transposed(const RhsType&, DstType&) const [with bool Conjugate = true; RhsType = Eigen::Transpose >; DstType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 503 | matrixL().template conjugateIf().solveInPlace(dst); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:494:31: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Transpose > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Transpose > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Transpose > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5068:15: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5068 | den_mat_t sigma_ip_inv_sigma_cross_cov_pred = chol_fact_sigma_ip.solve(cross_cov_pred_ip.transpose()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5280:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5280 | vec_t sigma_woodbury_vec = (*cross_cov) * chol_fact_sigma_woodbury.solve(Bt_D_inv_B_cross_cov.transpose() * rand_vec_pred_SigmaI_plus_W_inv); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5282:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10424:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10424 | den_mat_t auto_cross_cov = ((*cross_cov).transpose() * sigma_resid_inv_cross_cov) * sigma_ip_inv_cross_cov_pred_T;// cross_cov^T * sigma_resid^-1 * cross_cov * sigma_ip^-1 * cross_cov_pred | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10444:20: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10444 | den_mat_t auto_cross_cov_pred = (Woodburry_fact_sigma_resid_inv_cross_cov * (*cross_cov)) * sigma_ip_inv_cross_cov_pred_T; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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, Eigen::AMDOrdering >, Eigen::Transpose > >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1036:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 1036 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' 59 | call_assignment_no_alias(m_expression, other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:132:22: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 132 | bottom.noalias() -= tau * essential * tmp; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from 'void GPBoost::REModelTemplate::UpdateFixedEffects(const GPBoost::vec_t&, const double*, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/GPBoost/re_model_template.h:986:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 986 | UpdateFixedEffects(beta_, fixed_effects, fixed_effects_vec); | ^~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1> >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1> >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required 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 >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, Eigen::internal::member_sum, 0>; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:8735:141: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivCovParVecchia(const GPBoost::data_size_t&, const int&, const int&, const GPBoost::sp_mat_rm_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::vec_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, double&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::sp_mat_rm_t = Eigen::SparseMatrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8735 | d_log_det_Sigma_W_plus_I_d_cov_pars = -1 * ((Sigma_WI_plus_Sigma_inv_Z.cwiseProduct(SigmaI_deriv_rm * Sigma_PI_Z)).colwise().sum()).mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/likelihoods.h:4022:10: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 4022 | CalcLogDetStochDerivCovParVecchia(dim_mode_, num_comps_total, j, SigmaI_deriv_rm, B_grad[0][j], D_grad[0][j], D_inv_plus_W_inv_diag, PI_Z, WI_PI_Z, d_log_det_Sigma_W_plus_I_d_cov_pars); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Transpose > >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:774:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, member_sum, 0> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::internal::member_sum, 0> >; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4435:23: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4435 | fitc_diag_grad -= 2 * (sigma_ip_inv_cross_cov_T.cwiseProduct((*cross_cov_grad).transpose())).colwise().sum(); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4457:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4457 | vec_t SigmaDeriv_first_deriv_ll = (*cross_cov_grad) * (sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4458:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4459:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4461:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4461 | vec_t rhs = (*cross_cov).transpose() * (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll); | ^~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product >, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product >, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::SparseMatrix, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::SparseMatrix, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::SparseMatrix, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required 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, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Transpose >; RhsT = Eigen::Matrix; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseUnaryOp, const Eigen::Transpose > >; Rhs = Eigen::Matrix]' 469 | call_restricted_packet_assignment_no_alias(dst, s * lhs.lazyProduct(rhs), func); | ~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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 >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2482:22: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 2482 | d_mode_d_par -= ((*Sigma) * (L_inv_Wsqrt.transpose() * (L_inv_Wsqrt * SigmaDeriv_first_deriv_ll))); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:339:38: required from 'static Eigen::Index Eigen::internal::llt_inplace::unblocked(MatrixType&) [with MatrixType = Eigen::Block, -1, -1, false>; Scalar = double; Eigen::Index = long long int]' 339 | if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint(); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/GPBoost/re_model_template.h:3140:35: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3140 | chol_fact_sigma_ip.compute(sigma_ip_stable); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5374:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5374 | ConvertTo_T_mat_FromDense(cross_cov_PP_Vecchia * sigma_ip_inv_sigma_cross_cov_pred, PP_V_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5378:39: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5378 | ConvertTo_T_mat_FromDense(sigma_ip_inv_sigma_cross_cov_pred.transpose() * cross_cov_pred_obs_pred_inv.transpose(), V_Part_t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1050:11: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5426:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5426 | den_mat_t sigma_resid_plus_W_inv_cross_cov = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(information_ll_.asDiagonal() * (*cross_cov)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 2, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:180:20: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:188:46: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:194:23: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:3325:12: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3325 | psi = Zpred * cov_mat_pred_id_on_RE_scale * Zpred.transpose(); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10448:54: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10448 | sigma_resid_pred_obs_Woodburry_fact.col(i) = sigma_resid_pred_obs * Woodburry_fact_sigma_resid_inv_cross_cov.transpose().col(i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/re_model_template.h:9773:27: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9773 | cov_mat_pred_id -= (T_mat)(cross_cov * cross_cov.transpose()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::DiagonalWrapper >, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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 >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:3913:23: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3913 | mean_pred_id = (re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4090:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4090:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Transpose >, 0>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Transpose >, 0>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Transpose >, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4093:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Transpose >, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Transpose >, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Transpose >, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Transpose >, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Transpose >, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Transpose >, 0>, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4093:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Matrix >, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:191:13: required from here 191 | d = - W*grad; // direction | ^~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, -1, false>, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, -1, false>, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, -1, false>, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Block, -1, -1, false>; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:331:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, Eigen::internal::member_sum, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/unconstrained/nm.hpp:212:162: required from here 212 | Vec_t centroid = OPTIM_MATOPS_TRANSPOSE( OPTIM_MATOPS_COLWISE_SUM( OPTIM_MATOPS_MIDDLE_ROWS(simplex_points, 0, n_vals-1) ) ) / static_cast(n_vals); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' 43 | call_assignment_no_alias(m_expression, other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' 129 | tmp.noalias() = essential.adjoint() * bottom; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' 549 | m_qr.bottomRightCorner(rows-k, cols-k-1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 550 | .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/QR/ColPivHouseholderQR.h:158:7: required from 'Eigen::ColPivHouseholderQR::ColPivHouseholderQR(Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 158 | computeInPlace(); | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:848:44: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 848 | Eigen::ColPivHouseholderQR qr_decomp(X_); | ^~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8442:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8442 | vec_t cross_covT_y = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * y_[cluster_i]); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:8457:14: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8457 | vec_t cross_covT_sigma_resid_I_y = (*cross_cov).transpose() * sigma_resid_I_y; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, true> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:216:60: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductType = 8; Scalar = double]' 216 | internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1369:22: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1834:104: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1834 | std::shared_ptr cross_cov_grad = re_comps_cross_cov_[cluster_i][0][j]->GetZSigmaZtGrad(ipar, true, 0.); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Transpose >, 1>, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Transpose >, 1>, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Transpose >, 1>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Transpose >, 1>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Transpose >, 1>, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Product >, Eigen::Transpose >, 1>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Product >, Eigen::Transpose >, 1>]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Product >, Eigen::Transpose >, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Product >, Eigen::Transpose >, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Product >, Eigen::Transpose >, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Product >, Eigen::Transpose >, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Product >, Eigen::Transpose >, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:8607:13: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8607 | vec_t Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_diag = L_inv_Sigma_L_kt_sqr.transpose() * vec_t::Ones(L_inv_Sigma_L_kt_sqr.rows()); //diagonal of Sigma_Lk (I_k + Sigma_Lk^T W Sigma_Lk)^(-1) Sigma_Lk^T | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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 >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:391:7: required from 'Eigen::DenseCoeffsBase::Scalar& Eigen::DenseCoeffsBase::coeffRef(Eigen::Index) [with Derived = Eigen::Transpose, 1, -1, true> >; Scalar = double; Eigen::Index = long long int]' 391 | EIGEN_STATIC_ASSERT(internal::evaluator::Flags & LinearAccessBit, | ^~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:20: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >, Eigen::Matrix, 1> >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, true> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, 1, -1, true>; Rhs = Eigen::Product >, Eigen::Matrix, 1>; Dest = Eigen::Block, 1, -1, true>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' 206 | gemv_dense_selector | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3225:45: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3225 | sigma_woodbury_grad_preconditioner -= D_inv_cross_cov.transpose() * (diagonal_approx_preconditioner_grad_.asDiagonal() * D_inv_cross_cov); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, 1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, 1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, 1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8975:34: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8975 | sigma_resid_grad_rand_vec += sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8975:34: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8975 | sigma_resid_grad_rand_vec += sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:659:64: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 659 | V = (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H)); | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3019:117: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3019 | mu.segment(num_data_pred * igp, num_data_pred) = X_pred * (coef.segment(num_covariates_ * igp, num_covariates_)); | ^ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:3142:19: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3142 | den_mat_t sigma_interim = cross_cov * chol_fact_sigma_ip.solve(cross_cov.transpose()); | ^~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5076:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5076 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov * Bt_D_inv_B_cross_cov); | ^~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5431:16: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5431 | den_mat_t M_aux_1 = sigma_ip_inv_sigma_cross_cov_pred.transpose() * (Bt_D_inv_B_cross_cov.transpose() * sigma_resid_plus_W_inv_cross_cov); | ^~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10616:19: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10616 | den_mat_t auto_cross_cov = (*cross_cov).transpose() * sigma_inv_cross_cov; | ^~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10545:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10545 | vec_t rand_vec_probe_pred = sigma_resid_pred_obs.transpose() * rand_vec_probe_init; | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 2; bool Conjugate = false]' 78 | rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map >(rhs+s,k))).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' 71 | triangular_solve_vector | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ::run(actualLhs.cols(), actualLhs.data(), actualLhs.outerStride(), actualRhs); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2353:120: required from 'void GPBoost::REModelTemplate::UpdateFixedEffects(const GPBoost::vec_t&, const double*, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 2353 | fixed_effects_vec.segment(igp * num_data_, num_data_) = X_ * (beta.segment(num_covariates_ * igp, num_covariates_)); | ^ ./include/GPBoost/re_model_template.h:986:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 986 | UpdateFixedEffects(beta_, fixed_effects, fixed_effects_vec); | ^~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 1>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >, Eigen::Matrix, 1> >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, 1, -1, true>; Rhs = Eigen::Product >, Eigen::Matrix, 1>; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' 206 | gemv_dense_selector | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1910:20: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1910 | den_mat_t cross_cov_grad_d_inv_cross_cov = (*cross_cov_grad).transpose() * (diagonal_approx_inv_preconditioner_[cluster_i].asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Transpose >, 1>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Transpose >, 1>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Transpose >, 1>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Transpose >, 1>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 1>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Matrix >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Matrix >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4458:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 1>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4461:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4461 | vec_t rhs = (*cross_cov).transpose() * (fitc_diag_plus_WI_inv.asDiagonal() * SigmaDeriv_first_deriv_ll); | ^~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3762:19: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3762 | den_mat_t Sigma_I_cross_cov_SigmaI_plus_W_inv_Sigma_I_cross_cov_grad = Bt_D_inv_B_cross_cov.transpose() * (chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov_grad)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose >, 0>, Eigen::SparseMatrix, 0>, Eigen::SparseMatrix, 0>, Eigen::DiagonalWrapper >, 1>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:2850:13: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(const double*, const int*, const double*, const GPBoost::sp_mat_t&, std::vector, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 2850 | vec_t d_mll_d_modeT_SigmaI_plus_ZtWZ_inv_Zt_W = (((d_mll_d_mode.transpose() * L_inv.transpose()) * L_inv) * (*Zt_)) * information_ll_.asDiagonal(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1695:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1695 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxGroupedRE(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1696 | fixed_effects_cluster_i_ptr, SigmaI_[cluster_i], cum_num_rand_eff_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1697 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1698 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8975:34: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8975 | sigma_resid_grad_rand_vec += sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9047:18: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9047 | den_mat_t sigma_inv_rand_vec = FITC_Diag_inv_rand_vec - FITC_Diag_inv_cross_cov * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * FITC_Diag_inv_rand_vec)); | ^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::SparseMatrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::SparseMatrix, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:5768:20: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5768 | XT_psi_inv_X += BX.transpose() * D_inv_[cluster_i][0] * BX; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, const Eigen::Matrix > >, Eigen::Matrix, 1>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix > >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, const Eigen::Matrix > >, Eigen::Matrix, 1> >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, 1, -1, true>; Rhs = Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' 206 | gemv_dense_selector | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:5774:19: required from 'void GPBoost::REModelTemplate::CalcXTPsiInvX(const GPBoost::den_mat_t&, GPBoost::den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix]' 5774 | den_mat_t cross_covT_X = (*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal() * X_cluster_i); | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:9334:5: required from 'void GPBoost::REModelTemplate::CalcStdDevCoef(const GPBoost::vec_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 9334 | CalcXTPsiInvX(X, FI); | ^~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1470:7: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1470 | CalcStdDevCoef(cov_aux_pars.segment(0, num_cov_par_), X_, std_dev_beta); | ^~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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 >, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2482:22: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxStable(const double*, const int*, const double*, std::shared_ptr<_Tp>, const std::vector > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 2482 | d_mode_d_par -= ((*Sigma) * (L_inv_Wsqrt.transpose() * (L_inv_Wsqrt * SigmaDeriv_first_deriv_ll))); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1707:75: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1707 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxStable(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1708 | fixed_effects_cluster_i_ptr, ZSigmaZt_[cluster_i], re_comps_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1709 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1710 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' 424 | call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 2>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:9: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8656:64: required from 'void GPBoost::REModelTemplate::CalcYTPsiIInvY(double&, bool, GPBoost::data_size_t, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 8656 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], y_[cluster_i], y_aux_sqrt, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2412:4: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2412 | CalcYTPsiIInvY(yTPsiInvy_, true, 1, CalcYAux_already_done, CalcYtilde_already_done); | ^~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 1>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 1>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::Matrix, 1> >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >, Eigen::Matrix, 1> >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, 1, -1, true>; Rhs = Eigen::Product >, Eigen::Matrix, 1>; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' 206 | gemv_dense_selector | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:1570:18: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLFSVA(const double*, const int*, const double*, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, bool, bool, double&, const std::vector > > >&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::sp_mat_t = Eigen::SparseMatrix]' 1570 | den_mat_t sigma_woodbury_preconditioner = (*cross_cov_preconditioner).transpose() * (diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8036:60: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8036 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, *(re_comps_ip_[cluster_i][0][0]->GetZSigmaZt()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8037 | chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8038 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], first_update_, calc_mll, mll_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8039 | re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Block >, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:10448:54: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10448 | sigma_resid_pred_obs_Woodburry_fact.col(i) = sigma_resid_pred_obs * Woodburry_fact_sigma_resid_inv_cross_cov.transpose().col(i); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block >, 1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block >, 1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Derived = Eigen::Block >, 1, -1, true>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:29: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:9847:15: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 9847 | T_mat M_aux2 = M_aux * ZtildeSigma.transpose(); | ^~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >; Functor = add_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, Eigen::DiagonalWrapper >, 1>, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4966:12: required from 'void GPBoost::Likelihood::PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(const double*, const int*, const double*, double, const GPBoost::data_size_t*, GPBoost::data_size_t, const T_mat&, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::vec_t = Eigen::Matrix]' 4966 | T_mat Maux = Cross_Cov * minus_diag_Sigma_plus_ZtWZI_inv.asDiagonal() * Cross_Cov.transpose(); | ^~~~ ./include/GPBoost/re_model_template.h:10040:87: required from 'void GPBoost::REModelTemplate::CalcPred(GPBoost::data_size_t, int, std::map&, std::map >&, const std::vector > >&, const double*, const GPBoost::den_mat_t&, const double*, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10040 | likelihood_[cluster_i]->PredictLaplaceApproxOnlyOneGroupedRECalculationsOnREScale(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10041 | fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10042 | re_comps_[cluster_i][0][0]->cov_pars_[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10043 | random_effects_indices_of_pred.data(), (data_size_t)random_effects_indices_of_pred.size(), cross_cov, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10044 | mean_pred_id, cov_mat_pred_id, var_pred_id, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10045 | predict_cov_mat, predict_var, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3625:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3625 | CalcPred(cluster_i, num_data_pred, num_data_per_cluster_pred, data_indices_per_cluster_pred, | ^~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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 >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Product >, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:3913:23: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 3913 | mean_pred_id = (re_comp->sigma_) * ((*Z_j).transpose() * (*y_aux)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4090:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Transpose >, 0>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Transpose >, 0>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Transpose >, 0>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Transpose >, 0>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Transpose >, 0>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Transpose >, 0>, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4093:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4093 | mean_pred_id = (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1036:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 1036 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:4310:10: required from 'void GPBoost::REModelTemplate::NewtonUpdateLeafValues(const int*, int, double*, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 4310 | vec_t new_leaf_values = HTPsiInvH.llt().solve(HTYAux); | ^~~~~~~~~~~~~~~ re_model.cpp:1057:40: required from here 1057 | re_model_sp_->NewtonUpdateLeafValues(data_leaf_index, num_leaves, leaf_values, cov_pars_[0]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, -1, -1, true> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, -1, -1, true> >, Eigen::Block, -1, 1, true>, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/LBFGSpp/BFGSMat.h:119:20: required from 'void LBFGSpp::BFGSMat::add_correction(const RefConstVec&, const RefConstVec&) [with Scalar = double; bool LBFGSB = false; RefConstVec = Eigen::Ref, 0, Eigen::InnerStride<1> >]' 119 | Vector Ss = m_s.leftCols(m_ncorr).transpose() * m_s.col(loc); | ^~ ./include/LBFGS.h:275:42: required from 'int LBFGSpp::LBFGSSolver::minimize(Foo&, Vector&, Scalar&, bool, LBFGSpp::BFGSMat&) [with Foo = GPBoost::EvalLLforLBFGSpp, Eigen::SimplicialLLT, 1, Eigen::AMDOrdering > >; Scalar = double; LineSearch = LBFGSpp::LineSearchBacktracking; Vector = Eigen::Matrix]' 275 | m_bfgs.add_correction(vecs, vecy); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/GPBoost/optim_utils.h:666:29: required from 'void GPBoost::OptimExternal(REModelTemplate*, vec_t&, vec_t&, const double*, int, double, string_t, int&, bool, string_t, bool, bool, double&, int, int, const double*, bool, double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string]' 666 | num_it = solver.minimize(ll_fun, pars_init, neg_log_likelihood, reuse_m_bfgs_from_previous_call, re_model_templ->GetMBFGS()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1096:34: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1096 | OptimExternal(this, cov_aux_pars, beta_, fixed_effects, max_iter_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1097 | delta_rel_conv_, convergence_criterion_, num_it, learn_covariance_parameters, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1098 | optimizer_cov_pars_, profile_out_error_variance_, profile_out_coef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1099 | neg_log_likelihood_, num_cov_par_, NumAuxPars(), GetAuxPars(), has_covariates_, lr_cov_init_, reuse_m_bfgs_from_previous_call); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Transpose >, 1>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Transpose >, 1> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Product >, Eigen::Transpose >, 1>; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = false; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::CwiseNullaryOp, Eigen::Matrix >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:8607:13: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8607 | vec_t Sigma_Lk_I_k_plus_Sigma_L_kt_W_Sigma_L_k_inv_Sigma_Lkt_diag = L_inv_Sigma_L_kt_sqr.transpose() * vec_t::Ones(L_inv_Sigma_L_kt_sqr.rows()); //diagonal of Sigma_Lk (I_k + Sigma_Lk^T W Sigma_Lk)^(-1) Sigma_Lk^T | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 366 | dest += (alpha*actual_rhs.coeff(k)) * lhs.col(k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:260:25: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 1; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' 260 | pack_rhs_panel(blockB+j2*actual_kc, | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 261 | rhs.getSubMapper(actual_k2+panelOffset, actual_j2), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 262 | panelLength, actualPanelWidth, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 263 | actual_kc, panelOffset); | ~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:32:12: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Side = 1; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 27 | triangular_solve_matrix< | ~~~~~~~~~~~~~~~~~~~~~~~~ 28 | Scalar, Index, Side==OnTheLeft?OnTheRight:OnTheLeft, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29 | (Mode&UnitDiag) | ((Mode&Upper) ? Lower : Upper), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | NumTraits::IsComplex && Conjugate, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | TriStorageOrder==RowMajor ? ColMajor : RowMajor, ColMajor, OtherInnerStride> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | ::run(size, cols, tri, triStride, _other, otherIncr, otherStride, blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 2]' 522 | { return solveInPlace(other); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:504:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Diagonal, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >, 0>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:510:34: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::trace() const [with Derived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 1>, 0> >; typename Eigen::internal::traits::Scalar = double]' 510 | return derived().diagonal().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/likelihoods.h:3624:170: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3624 | (chol_fact_sigma_woodbury_woodbury_.solve(D_inv_B_cross_cov_.transpose() * (W_D_inv_inv_neg_third_deriv_W_D_inv_inv.asDiagonal() * D_inv_B_cross_cov_))).trace(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 2>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:9: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::Matrix; T_mat_X = Eigen::Matrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8656:64: required from 'void GPBoost::REModelTemplate::CalcYTPsiIInvY(double&, bool, GPBoost::data_size_t, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 8656 | TriangularSolveGivenCholesky(chol_facts_[cluster_i], y_[cluster_i], y_aux_sqrt, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2412:4: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2412 | CalcYTPsiIInvY(yTPsiInvy_, true, 1, CalcYAux_already_done, CalcYtilde_already_done); | ^~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator >, Eigen::Matrix, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long long int]' 654 | m_functor.assignCoeff(m_dst.coeffRef(row,col), m_src.coeff(row,col)); | ~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:2465:19: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2465 | den_mat_t chol_ip_cross_cov_Z = chol_ip_cross_cov_preconditioner_[cluster_i][0].transpose() * rand_vec_probe_low_rank_[cluster_i]; | ^~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:520:6: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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 >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose >, 1> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose >, 1> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose >, 1> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Transpose >, 1> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Transpose >, 1> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >, Eigen::Transpose >, 1> >; Rhs = Eigen::Transpose, 1, -1, false> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 366 | dest += (alpha*actual_rhs.coeff(k)) * lhs.col(k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4458:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4458 | SigmaDeriv_first_deriv_ll += sigma_ip_inv_cross_cov_T.transpose() * ((*cross_cov_grad).transpose() * first_deriv_ll_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:4459:35: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4459 | SigmaDeriv_first_deriv_ll -= sigma_ip_inv_cross_cov_T.transpose() * (sigma_ip_grad_sigma_ip_inv_cross_cov_T * first_deriv_ll_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; U = Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, false>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product >, Eigen::Block, -1, 1, false>, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product >, Eigen::Block, -1, 1, false>, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1735:129: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1735 | grad_beta.segment(igp * num_covariates_, num_covariates_) = (X_.transpose()) * (grad_F.segment(igp * num_data_, num_data_)); | ^ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8975:34: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8975 | sigma_resid_grad_rand_vec += sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8975:34: required from 'void GPBoost::REModelTemplate::CalcFisherInformation_FITC_FSA(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, int) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8975 | sigma_resid_grad_rand_vec += sigma_ip_inv_sigma_cross_cov.transpose() * ((*cross_cov_grad).transpose() * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8976 | + (*cross_cov_grad) * (sigma_ip_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8977 | - sigma_ip_inv_sigma_cross_cov.transpose() * (sigma_ip_grad_inv_sigma_cross_cov * rand_vec_fisher_info_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8714:5: required from 'void GPBoost::REModelTemplate::CalcFisherInformation(const GPBoost::vec_t&, GPBoost::den_mat_t&, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 8714 | CalcFisherInformation_FITC_FSA(cov_pars, FI, transf_scale, include_error_var, first_cov_par); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1214:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1214 | CalcFisherInformation(cov_aux_pars.segment(0, num_cov_par_), approx_Hessian, true, gradient_contains_error_var, true); | ^~~~~~~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, Eigen::DiagonalWrapper >, 1>, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:2036:43: required from 'void GPBoost::Likelihood::FindModePostRandEffCalcMLLVecchia(const double*, const int*, const double*, std::map >&, std::map >&, bool, const GPBoost::den_mat_t&, bool, double&, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 2036 | I_k_plus_Sigma_L_kt_W_Sigma_L_k += Sigma_L_k_.transpose() * information_ll_.asDiagonal() * Sigma_L_k_; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8026:63: required from 'double GPBoost::REModelTemplate::CalcModePostRandEffCalcMLL(const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8026 | likelihood_[cluster_i]->FindModePostRandEffCalcMLLVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8027 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8028 | first_update_, Sigma_L_k, calc_mll, mll_cluster_i, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8029 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8030 | cluster_i, this); | ~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2696:14: required from 'void GPBoost::REModelTemplate::EvalLaplaceApproxNegLogLikelihood(const double*, const double*, double&, const double*, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2696 | negll = -CalcModePostRandEffCalcMLL(fixed_effects, true); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:631:52: required from here 631 | re_model_sp_->EvalLaplaceApproxNegLogLikelihood(y_data, cov_pars_trafo.data(), negll, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 632 | fixed_effects, InitializeModeCovMat, CalcModePostRandEff_already_done, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:4090:22: required from 'void GPBoost::REModelTemplate::PredictTrainingDataRandomEffects(const double*, const double*, const double*, double*, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 4090 | mean_pred_id = (*Z_base_j) * (re_comp->sigma_) * (*Z_j).transpose() * (*first_deriv); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:1023:51: required from here 1023 | re_model_den_->PredictTrainingDataRandomEffects(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1024 | coef_.data(), | ~~~~~~~~~~~~~ 1025 | y_obs, | ~~~~~~ 1026 | out_predict, | ~~~~~~~~~~~~ 1027 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 1028 | fixed_effects, | ~~~~~~~~~~~~~~ 1029 | calc_var); | ~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1623:56: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1623 | grad_beta = (-1. / marg_var) * (X_.transpose()) * y_aux; | ^~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 1>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long long int]' 654 | m_functor.assignCoeff(m_dst.coeffRef(row,col), m_src.coeff(row,col)); | ~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:4439:18: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFITC(const double*, const int*, const double*, std::shared_ptr >, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t*, const GPBoost::vec_t&, const std::vector > > >&, const std::vector > > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 4439 | den_mat_t cross_cov_T_fitc_diag_plus_WI_inv_cross_cov_grad = (*cross_cov).transpose() * fitc_diag_plus_WI_inv.asDiagonal() * (*cross_cov_grad); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1678:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1678 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFITC(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1679 | fixed_effects_cluster_i_ptr, re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1680 | re_comps_cross_cov_[cluster_i][0][0]->GetSigmaPtr(), fitc_resid_diag_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1681 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1682 | grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, false, call_for_std_dev_coef, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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 >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, const Eigen::Transpose, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Derived = Eigen::Block >, 1, -1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:29: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:3325:12: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3325 | psi = Zpred * cov_mat_pred_id_on_RE_scale * Zpred.transpose(); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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 >, Eigen::Transpose >, 1>, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:1923:19: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1923 | den_mat_t sigma_grad_Z = sigma_resid_grad_Z + (*cross_cov_grad) * sigma_ip_inv_sigma_cross_cov_Z + | ^~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:3104:220: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3104 | PI_Z = P_diag_inv_rand_vect - diagonal_approx_inv_preconditioner_.asDiagonal() * (*cross_cov_preconditioner) * chol_fact_woodbury_preconditioner_.solve((*cross_cov_preconditioner).transpose() * P_diag_inv_rand_vect); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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 >, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3189:20: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3189 | den_mat_t PP_deriv_sample_vec = (*cross_cov_grad) * sigma_ip_inv_cross_cov_PI_Z + sigma_ip_inv_cross_cov_T_cluster_i.transpose() * ((*cross_cov_grad).transpose() * PI_Z) - | ^~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3747:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, 1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; SrcXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; Functor = swap_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; SrcXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>; Func = swap_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, 1, true>, 1, 1, false>; Derived = Eigen::Block, -1, 1, true>, 1, 1, false>]' 424 | call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::Transpose > >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Transpose > >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:5691:41: required from 'void GPBoost::REModelTemplate::CalcPsiInv(GPBoost::den_mat_t&, GPBoost::data_size_t, bool) [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::data_size_t = int]' 5691 | psi_inv = -MInvSqrtZt.transpose() * MInvSqrtZt; | ^~~~~~~~~~ ./include/GPBoost/re_model_template.h:1596:18: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1596 | CalcPsiInv(psi_inv, cluster_i, !save_psi_inv_for_FI); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper, const Eigen::Matrix > >, 1>, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:8371:122: required from 'void GPBoost::REModelTemplate::CalcCovFactorFITC_FSA() [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8371 | sigma_woodbury = ((*cross_cov).transpose() * fitc_resid_diag_[cluster_i].cwiseInverse().asDiagonal()) * (*cross_cov); | ^ ./include/GPBoost/re_model_template.h:8085:6: required from 'void GPBoost::REModelTemplate::CalcCovFactor(bool, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8085 | CalcCovFactorFITC_FSA(); | ^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:2409:5: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2409 | CalcCovFactor(true, 1.);//Create covariance matrix and factorize it | ^~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/unconstrained/bfgs.hpp:210:117: required from here 210 | W = W_term_1 * W * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(W_term_1)) + s * (OPTIM_MATOPS_TRANSPOSE_IN_PLACE(s)) / W_denom_term; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/likelihoods.h:8576:119: required from 'void GPBoost::Likelihood::CalcLogDetStochDerivModeVecchia(const GPBoost::vec_t&, const GPBoost::data_size_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, GPBoost::den_mat_t&, const std::vector > > >&) const [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix]' 8576 | WI_PI_Z = rand_vec_trace_P_ - Sigma_L_k_ * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia_.solve(Sigma_Lkt_W_Z); | ^ ./include/GPBoost/likelihoods.h:3962:6: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxVecchia(const double*, const int*, const double*, std::map >&, std::map >&, std::map > >&, std::map > >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, int, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, GPBoost::data_size_t, GPBoost::REModelTemplate*, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3962 | CalcLogDetStochDerivModeVecchia(deriv_information_diag_loc_par_all, dim_mode_, d_log_det_Sigma_W_plus_I_d_mode_temp, D_inv_plus_W_inv_diag, diag_WI, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1669:76: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1669 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxVecchia(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1670 | fixed_effects_cluster_i_ptr, B_[cluster_i], D_inv_[cluster_i], B_grad_[cluster_i], D_grad_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1671 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1672 | grad_cov_clus_i_ptr, grad_F_cluster_i, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1673 | grad_aux_clus_i_ptr, false, num_comps_total_, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1674 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1675 | cluster_i, this, estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, 1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; SrcXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; SrcXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:520:6: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3747:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3747:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1894:29: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1894 | sigma_woodbury_grad = cross_cov_grad_sigma_resid_inv_cross_cov_T + cross_cov_grad_sigma_resid_inv_cross_cov_T.transpose() - | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1895 | sigma_resid_inv_cross_cov_T.transpose() * ((*sigma_resid_grad) * sigma_resid_inv_cross_cov_T); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:331:43: required from here 331 | re_model_sp_rm_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 332 | nullptr, | ~~~~~~~~ 333 | 0, | ~~ 334 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 335 | nullptr, | ~~~~~~~~ 336 | num_it_, | ~~~~~~~~ 337 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 338 | nullptr, | ~~~~~~~~ 339 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 340 | nullptr, | ~~~~~~~~ 341 | calc_std_dev_, | ~~~~~~~~~~~~~~ 342 | fixed_effects, | ~~~~~~~~~~~~~~ 343 | true, | ~~~~~ 344 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 346 | false, | ~~~~~~ 347 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/util/BlasUtil.h:590:13: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Transpose >, 1> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Transpose >, 1> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, false> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> >; Functor = add_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, false> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Transpose >, 1> >, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Transpose > >, const Eigen::Product, Eigen::Product >, Eigen::Transpose >, 1>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:1911:304: required from 'void GPBoost::REModelTemplate::CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(double, GPBoost::vec_t&, bool, int, GPBoost::data_size_t) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix; GPBoost::data_size_t = int]' 1911 | sigma_woodbury_preconditioner_grad = sigma_ip_stable_grad_preconditioner + cross_cov_grad_d_inv_cross_cov + cross_cov_grad_d_inv_cross_cov.transpose() - sigma_cross_cov_diag_sigma_resid_inv * ((diagonal_approx_grad_preconditioner.asDiagonal()) * sigma_cross_cov_diag_sigma_resid_inv.transpose()); | ^ ./include/GPBoost/re_model_template.h:1589:8: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1589 | CalcGradPars_FITC_FSA_GaussLikelihood_Cluster_i(cov_pars[0], grad_cov_aux_par, include_error_var, first_cov_par, cluster_i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required 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, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3747:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3747:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from 'void GPBoost::CGFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const vec_t&, vec_t&, bool&, int, double, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; vec_t = Eigen::Matrix; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>]' 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/GPBoost/re_model_template.h:8489:20: required from 'void GPBoost::REModelTemplate::CalcYAux(double, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 8489 | CGFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], y_[cluster_i], y_aux_[cluster_i], | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8490 | NaN_found, cg_max_num_it, cg_delta_conv_, THRESHOLD_ZERO_RHS_CG_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8491 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:879:5: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 879 | CalcYAux(1., false);//y_aux = Psi^-1 * f^t, where f^t (= covariate_data) is the new base learner | ^~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 2, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:180:20: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:3747:15: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3747 | vec_t SigmaI_deriv_mode = SigmaI_deriv_mode_part - SigmaI * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_deriv_mode_part)) - | ^~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl >, Eigen::SolverStorage>' 68 | class InverseImpl | ^~~~~~~~~~~ ./include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse > >' 43 | class Inverse : public InverseImpl::StorageKind> | ^~~~~~~ ./include/Eigen/src/LU/InverseImpl.h:28:43: required from 'static void Eigen::internal::compute_inverse::run(const MatrixType&, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; int Size = -1]' 28 | result = matrix.partialPivLu().inverse(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/LU/InverseImpl.h:311:60: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1609:78: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::vec_t = Eigen::Matrix]' 1609 | grad_cov_aux_par[first_cov_par + ind_par_[j] - 1 + ipar] += -1. * ((double)(y_aux_[cluster_i].transpose() * (*gradPsi) * y_aux_[cluster_i])) / cov_pars[0] / 2. + | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:350:41: required from here 350 | re_model_den_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 351 | nullptr, | ~~~~~~~~ 352 | 0, | ~~ 353 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 354 | nullptr, | ~~~~~~~~ 355 | num_it_, | ~~~~~~~~ 356 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 357 | nullptr, | ~~~~~~~~ 358 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 359 | nullptr, | ~~~~~~~~ 360 | calc_std_dev_, | ~~~~~~~~~~~~~~ 361 | fixed_effects, | ~~~~~~~~~~~~~~ 362 | true, | ~~~~~ 363 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 364 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 365 | false, | ~~~~~~ 366 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from 'void GPBoost::CGTridiagFSA(const T_mat&, const den_mat_t&, const den_mat_t&, const den_mat_t&, std::vector >&, std::vector >&, den_mat_t&, bool&, data_size_t, int, int, double, string_t, const chol_den_mat_t&, const vec_t&) [with T_mat = Eigen::SparseMatrix; den_mat_t = Eigen::Matrix; data_size_t = int; string_t = std::__cxx11::basic_string; chol_den_mat_t = Eigen::LLT, 1>; vec_t = Eigen::Matrix]' 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/GPBoost/re_model_template.h:2483:28: required from 'void GPBoost::REModelTemplate::EvalNegLogLikelihood(const double*, const double*, const double*, double&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 2483 | CGTridiagFSA(*sigma_resid, *cross_cov_preconditioner, chol_ip_cross_cov_[cluster_i][0], rand_vec_probe_[cluster_i], | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2484 | Tdiags_, Tsubdiags_, solution_for_trace_[cluster_i], NaN_found, num_data_per_cluster_[cluster_i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2485 | num_rand_vec_trace_, cg_max_num_it_tridiag, cg_delta_conv_, cg_preconditioner_type_, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2486 | chol_fact_woodbury_preconditioner_[cluster_i], diagonal_approx_inv_preconditioner_[cluster_i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:627:39: required from here 627 | re_model_sp_->EvalNegLogLikelihood(y_data, cov_pars_trafo.data(), fixed_effects, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 628 | negll, false, false, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>]' 424 | call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block >, 1, -1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block >, 1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block >, 1, -1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block >, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block >, 1, -1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/re_model_template.h:10418:42: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10418 | ConvertTo_T_mat_FromDense(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip * chol_fact_resid_[cluster_i].solve(sigma_resid_inv_sigma_obs_pred_cross_cov_pred_ip.transpose()), woodbury_Part); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5282:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:528:46: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' 528 | m_l1_norm = m_lu.cwiseAbs().colwise().sum().maxCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/LU/PartialPivLU.h:133:14: required from 'Eigen::PartialPivLU& Eigen::PartialPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' 133 | compute(); | ~~~~~~~^~ ./include/Eigen/src/LU/PartialPivLU.h:315:10: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5282:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, 1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, 1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<-1, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<-1, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<-1, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<-1, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<-1, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<-1, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 36 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false> >': ./include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' 44 | DerivedAlignment = int(evaluator::Alignment), | ^~~~~~~~~ ./include/Eigen/src/Core/Ref.h:300:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' 300 | typename internal::enable_if::MatchAtCompileTime),Derived>::type* = 0); | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long long int]' 463 | BlockType A_0 = lu.block(0,0,rows,k); | ^~~ ./include/Eigen/src/LU/PartialPivLU.h:514:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; typename TranspositionType::StorageIndex = int]' 510 | partial_lu_impl | ~~~~~~~~~~~~~~~ 511 | < typename MatrixType::Scalar, MatrixType::Flags&RowMajorBit?RowMajor:ColMajor, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 512 | typename TranspositionType::StorageIndex, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 513 | EIGEN_SIZE_MIN_PREFER_FIXED(MatrixType::RowsAtCompileTime,MatrixType::ColsAtCompileTime)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 514 | ::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffRef(0), nb_transpositions); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:538:31: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' 538 | internal::partial_lu_inplace(m_lu, m_rowsTranspositions, nb_transpositions); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:133:14: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:495:30: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseNullaryOp, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::CwiseNullaryOp, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/Eigen/src/LU/PartialPivLU.h:582:39: required from 'static void Eigen::internal::Assignment >, Eigen::internal::assign_op::Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op::Scalar>&) [with DstXprType = Eigen::Matrix; MatrixType = Eigen::Matrix; SrcXprType = Eigen::Inverse > >; typename DstXprType::Scalar = double; typename Eigen::PartialPivLU::Scalar = double]' 582 | dst = src.nestedExpression().solve(MatrixType::Identity(src.rows(), src.cols())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5282:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' 377 | = lu.col(k).tail(rows-k).unaryExpr(Scoring()).maxCoeff(&row_of_biggest_in_col); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, const Eigen::Matrix, const Eigen::Matrix >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/likelihoods.h:5282:14: required from 'void GPBoost::Likelihood::PredictLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, GPBoost::sp_mat_t&, const GPBoost::vec_t&, std::shared_ptr >, const std::vector > > >&, const std::vector > > >&, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, GPBoost::vec_t&, GPBoost::den_mat_t&, GPBoost::vec_t&, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix]' 5282 | vec_t sigma_pred_sigma_inv_vec = cross_cov_pred_ip * chol_fact_sigma_ip.solve(Bt_D_inv_B_cross_cov.transpose() * (rand_vec_pred_SigmaI_plus_W_inv - sigma_woodbury_vec)); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3553:59: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3553 | likelihood_[cluster_i]->PredictLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), fixed_effects_cluster_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3554 | B_[cluster_i][0], D_inv_[cluster_i][0], Bpo[igp], Bp[igp], Dp[igp], re_comps_ip_[cluster_i][0][0]->GetZSigmaZt(), re_comps_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3555 | re_comps_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3556 | sigma_woodbury_[cluster_i], chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], chol_ip_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3557 | re_comps_cross_cov_[cluster_i][0], cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3558 | B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], mean_pred_id[igp], cov_mat_pred_vecchia_id, var_pred_id[igp], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3559 | predict_cov_mat, predict_var_or_response, false, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:1036:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 1036 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 79 | CoeffReadCost = internal::evaluator::CoeffReadCost | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:123:17: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 79 | CoeffReadCost = internal::evaluator::CoeffReadCost | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >]' 123 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Visitor.h:302:14: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Functor = swap_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Func = swap_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>]' 424 | call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:483:24: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 38 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 38 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, 1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, -1, 1, true>, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, -1, 1, true>, 1, 1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >]' ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Block, -1, 1, true> >, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3769:185: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3769 | SigmaI_plus_W_invSigmaI_cross_cov.col(ii) = chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(SigmaI_deriv_rm * chol_fact_SigmaI_plus_ZtWZ_vecchia_.solve(Bt_D_inv_B_cross_cov.col(ii))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' 274 | evaluator rhsEval(rhs); | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>]' 329 | internal::outer_product_selector_run(dst, lhs, rhs, sub(), is_row_major()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>]' 178 | generic_product_impl::subTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Src = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; ExpressionType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; StorageBase = Eigen::MatrixBase]' 59 | call_assignment_no_alias(m_expression, other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:400:77: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 38 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' 280 | func(dst.col(j), rhsEval.coeff(Index(0),j) * actual_lhs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 36 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 36 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10186:182: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10186 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (fitc_resid_diag_[cluster_i].cwiseInverse().cwiseProduct(y_[cluster_i])))); | ^ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:911:25: required from here 911 | re_model_sp_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 912 | y_obs, | ~~~~~~ 913 | num_data_pred, | ~~~~~~~~~~~~~~ 914 | out_predict, | ~~~~~~~~~~~~ 915 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 916 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 917 | predict_var, | ~~~~~~~~~~~~ 918 | predict_response, | ~~~~~~~~~~~~~~~~~ 919 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 920 | coef_.data(), | ~~~~~~~~~~~~~ 921 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 922 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 923 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 924 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 925 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 926 | use_saved_data, | ~~~~~~~~~~~~~~~ 927 | fixed_effects, | ~~~~~~~~~~~~~~ 928 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::AMDOrdering >, Eigen::Matrix >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:931:28: required from here 931 | re_model_sp_rm_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 932 | y_obs, | ~~~~~~ 933 | num_data_pred, | ~~~~~~~~~~~~~~ 934 | out_predict, | ~~~~~~~~~~~~ 935 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 936 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 937 | predict_var, | ~~~~~~~~~~~~ 938 | predict_response, | ~~~~~~~~~~~~~~~~~ 939 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 940 | coef_.data(), | ~~~~~~~~~~~~~ 941 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 942 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 943 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 944 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 945 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 946 | use_saved_data, | ~~~~~~~~~~~~~~~ 947 | fixed_effects, | ~~~~~~~~~~~~~~ 948 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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>, Eigen::Matrix >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:10178:17: required from 'void GPBoost::REModelTemplate::CalcPredFITC_FSA(GPBoost::data_size_t, const GPBoost::den_mat_t&, bool, bool, bool, GPBoost::vec_t&, T_mat&, GPBoost::vec_t&, int, double) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 10178 | pred_mean = cross_cov_pred_ip * (chol_fact_sigma_woodbury_[cluster_i].solve((*cross_cov).transpose() * (chol_fact_resid_[cluster_i].solve(y_[cluster_i])))); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:3621:8: required from 'void GPBoost::REModelTemplate::Predict(const double*, const double*, GPBoost::data_size_t, double*, bool, bool, bool, bool, const double*, const double*, const GPBoost::data_size_t*, const char*, const double*, double*, const double*, bool, const double*, const double*) [with T_mat = Eigen::Matrix; T_chol = Eigen::LLT, 1>; GPBoost::data_size_t = int]' 3621 | CalcPredFITC_FSA(cluster_i, gp_coords_mat_pred, predict_cov_mat, | ^~~~~~~~~~~~~~~~ re_model.cpp:951:26: required from here 951 | re_model_den_->Predict(cov_pars_pred_trans.data(), | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | y_obs, | ~~~~~~ 953 | num_data_pred, | ~~~~~~~~~~~~~~ 954 | out_predict, | ~~~~~~~~~~~~ 955 | calc_cov_factor, | ~~~~~~~~~~~~~~~~ 956 | predict_cov_mat, | ~~~~~~~~~~~~~~~~ 957 | predict_var, | ~~~~~~~~~~~~ 958 | predict_response, | ~~~~~~~~~~~~~~~~~ 959 | covariate_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 960 | coef_.data(), | ~~~~~~~~~~~~~ 961 | cluster_ids_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~ 962 | re_group_data_pred, | ~~~~~~~~~~~~~~~~~~~ 963 | re_group_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 964 | gp_coords_data_pred, | ~~~~~~~~~~~~~~~~~~~~ 965 | gp_rand_coef_data_pred, | ~~~~~~~~~~~~~~~~~~~~~~~ 966 | use_saved_data, | ~~~~~~~~~~~~~~~ 967 | fixed_effects, | ~~~~~~~~~~~~~~ 968 | fixed_effects_pred); | ~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 36 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::CwiseNullaryOp, Eigen::Matrix >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/LU/PartialPivLU.h:234:28: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 36 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 40 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 40 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 38 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 41 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1050:11: [ skipping 43 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 43 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 40 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 42 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >, const Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >, 0>, 0> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/likelihoods.h:3489:177: required from 'void GPBoost::Likelihood::CalcGradNegMargLikelihoodLaplaceApproxFSVA(const double*, const int*, const double*, const GPBoost::chol_den_mat_t&, const GPBoost::chol_den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector > > >&, const std::vector > > >&, const GPBoost::sp_mat_t&, const GPBoost::sp_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const std::vector >&, const std::vector >&, bool, bool, bool, double*, GPBoost::vec_t&, double*, bool, bool, const std::vector > > >&, const std::vector > > >&, GPBoost::den_mat_t, GPBoost::chol_den_mat_t, const std::vector&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::chol_den_mat_t = Eigen::LLT, 1>; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::sp_mat_t = Eigen::SparseMatrix; GPBoost::vec_t = Eigen::Matrix]' 3489 | SigmaI_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve(sigma_woodbury_grad * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * SigmaI_sample_vec.col(i)))); | ^ ./include/GPBoost/re_model_template.h:1685:73: required from 'void GPBoost::REModelTemplate::CalcGradPars(const GPBoost::vec_t&, double, bool, bool, GPBoost::vec_t&, GPBoost::vec_t&, bool, bool, const double*, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 1685 | likelihood_[cluster_i]->CalcGradNegMargLikelihoodLaplaceApproxFSVA(y_[cluster_i].data(), y_int_[cluster_i].data(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1686 | fixed_effects_cluster_i_ptr, chol_fact_sigma_ip_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1687 | chol_fact_sigma_woodbury_[cluster_i], chol_ip_cross_cov_[cluster_i][0], sigma_woodbury_[cluster_i], re_comps_ip_[cluster_i][0], re_comps_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1688 | B_[cluster_i][0], D_inv_[cluster_i][0], B_T_D_inv_B_cross_cov_[cluster_i][0], D_inv_B_cross_cov_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1689 | sigma_ip_inv_cross_cov_T_[cluster_i][0], B_grad_[cluster_i][0], D_grad_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1690 | calc_cov_aux_par_grad, calc_beta_grad, calc_grad_aux_par, grad_cov_clus_i_ptr, grad_F_cluster_i, grad_aux_clus_i_ptr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1691 | false, call_for_std_dev_coef, re_comps_ip_preconditioner_[cluster_i][0], re_comps_cross_cov_preconditioner_[cluster_i][0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1692 | chol_ip_cross_cov_preconditioner_[cluster_i][0], chol_fact_sigma_ip_preconditioner_[cluster_i][0], estimate_cov_par_index_); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_model_template.h:1135:8: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1135 | CalcGradPars(cov_aux_pars, cov_aux_pars[0], false, true, unused_dummy, grad_beta, false, false, fixed_effects_ptr, false); | ^~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, Eigen::Matrix >, 1, -1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 44 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >]' ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_model_template.h:9311:60: required from 'void GPBoost::REModelTemplate::CalcStdDevCovPar(const GPBoost::vec_t&, GPBoost::vec_t&) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; GPBoost::vec_t = Eigen::Matrix]' 9311 | std_dev = FI.inverse().diagonal().array().sqrt().matrix(); | ^ ./include/GPBoost/re_model_template.h:1456:6: required from 'void GPBoost::REModelTemplate::OptimLinRegrCoefCovPar(const double*, const double*, int, double*, double*, int&, double*, double*, double*, double*, bool, const double*, bool, bool, bool, bool, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 1456 | CalcStdDevCovPar(cov_aux_pars.segment(0, num_cov_par_), std_dev_cov);//TODO: maybe another call to CalcCovFactor can be avoided in CalcStdDevCovPar (need to take care of cov_aux_pars[0]) | ^~~~~~~~~~~~~~~~ re_model.cpp:312:40: required from here 312 | re_model_sp_->OptimLinRegrCoefCovPar(y_data, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 313 | nullptr, | ~~~~~~~~ 314 | 0, | ~~ 315 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 316 | nullptr, | ~~~~~~~~ 317 | num_it_, | ~~~~~~~~ 318 | cov_pars_.data(), | ~~~~~~~~~~~~~~~~~ 319 | nullptr, | ~~~~~~~~ 320 | std_dev_cov_par, | ~~~~~~~~~~~~~~~~ 321 | nullptr, | ~~~~~~~~ 322 | calc_std_dev_, | ~~~~~~~~~~~~~~ 323 | fixed_effects, | ~~~~~~~~~~~~~~ 324 | true, | ~~~~~ 325 | called_in_GPBoost_algorithm, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | reuse_learning_rates_from_previous_call, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | false, | ~~~~~~ 328 | false); | ~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sparse_matrix_utils.cpp -o sparse_matrix_utils.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/sparse_matrix_utils.h:12, from sparse_matrix_utils.cpp:9: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' 50 | class SparseMapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase >, 1>' 148 | class SparseMapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map >' 222 | class Map, Options, StrideType> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sparse_matrix_utils.cpp:241:100: required from here 241 | A_inv_B = Eigen::Map(A->n, B->n, val.size(), col_ptr.data(), row_idx.data(), val.data()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ sparse_matrix_utils.cpp:286:35: required from here 286 | sp_mat_t A_inv_B_cm = sp_mat_t(B); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ sparse_matrix_utils.cpp:306:35: required from here 306 | vec_t Ztv_private = vec_t::Zero(num_re); | ~~~~~~~~~~~^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMap.h:282:8: required from 'struct Eigen::internal::evaluator > >' 282 | struct evaluator, Options, StrideType> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Map >; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1181 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ sparse_matrix_utils.cpp:241:100: required from here 241 | A_inv_B = Eigen::Map(A->n, B->n, val.size(), col_ptr.data(), row_idx.data(), val.data()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/sparse_matrix_utils.h:198:27: required from 'void GPBoost::TriangularSolve(const T_mat_L&, const T_mat_R&, T_mat_X&, bool) [with T_mat_L = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<(((std::is_same, T_mat1>::value && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_X>::value))>::type* = 0]' 198 | vec_t R_j = R_ptr->col(j); | ~~~~~~~~~~^~~ sparse_matrix_utils.cpp:279:48: required from here 279 | TriangularSolve(A_const, B_const, A_inv_B, !lower); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:687:97: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::SparseMatrix; _Scalar = double; int _Options = 0; _StorageIndex = int]' 687 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ sparse_matrix_utils.cpp:286:35: required from here 286 | sp_mat_t A_inv_B_cm = sp_mat_t(B); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:687:97: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::SparseMatrix; _Scalar = double; int _Options = 1; _StorageIndex = int]' 687 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ sparse_matrix_utils.cpp:289:35: required from here 289 | A_inv_B = sp_mat_rm_t(A_inv_B_cm); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:558:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, Eigen::internal::IteratorBased, double>' 558 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, -1, 1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseAssign.h:145:37: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, 1, true>; Functor = Eigen::internal::assign_op; Weak = void]' 145 | internal::evaluator srcEval(src); | ^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Assign.h:75:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 75 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:636:22: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 636 | Base::operator=(other.derived()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:613:13: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 613 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/sparse_matrix_utils.h:198:11: required from 'void GPBoost::TriangularSolve(const T_mat_L&, const T_mat_R&, T_mat_X&, bool) [with T_mat_L = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<(((std::is_same, T_mat1>::value && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_X>::value))>::type* = 0]' 198 | vec_t R_j = R_ptr->col(j); | ^~~ sparse_matrix_utils.cpp:279:48: required from here 279 | TriangularSolve(A_const, B_const, A_inv_B, !lower); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseAssign.h:145:37: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, 1, true>; Functor = Eigen::internal::assign_op; Weak = void]' 145 | internal::evaluator srcEval(src); | ^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, 1, true>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, 1, true>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::SparseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, 1, true>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:75:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 75 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:636:22: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 636 | Base::operator=(other.derived()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:613:13: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 613 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/sparse_matrix_utils.h:198:11: required from 'void GPBoost::TriangularSolve(const T_mat_L&, const T_mat_R&, T_mat_X&, bool) [with T_mat_L = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<(((std::is_same, T_mat1>::value && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_X>::value))>::type* = 0]' 198 | vec_t R_j = R_ptr->col(j); | ^~~ sparse_matrix_utils.cpp:279:48: required from here 279 | TriangularSolve(A_const, B_const, A_inv_B, !lower); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c GP_utils.cpp -o GP_utils.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/GP_utils.h:12, from GP_utils.cpp:9: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ GP_utils.cpp:73:20: required from here 73 | distances.array() *= -1; | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ GP_utils.cpp:76:33: required from here 76 | closest_distance(means.block(i - 1, 0, 1, means.cols()), data, distances); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:93:73: required from here 93 | double smallest_distance = (data(i, Eigen::all) - means(0, Eigen::all)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:123:55: required from here 123 | means(i, Eigen::all) = means_new(i, Eigen::all) / count; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:123:55: required from here 123 | means(i, Eigen::all) = means_new(i, Eigen::all) / count; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ GP_utils.cpp:159:84: required from here 159 | double distance = (data(indices_start[i], Eigen::all) - (den_mat_t)mid.transpose()).lpNorm<2>(); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:159:85: required from here 159 | double distance = (data(indices_start[i], Eigen::all) - (den_mat_t)mid.transpose()).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:172:38: required from here 172 | den_mat_t z_0 = data.colwise().mean(); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:172:38: required from here 172 | den_mat_t z_0 = data.colwise().mean(); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ GP_utils.cpp:232:31: required from here 232 | den_mat_t zeta_opt = data(intersection_vect, Eigen::all).colwise().mean(); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:232:77: required from here 232 | den_mat_t zeta_opt = data(intersection_vect, Eigen::all).colwise().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:232:77: required from here 232 | den_mat_t zeta_opt = data(intersection_vect, Eigen::all).colwise().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:236:68: required from here 236 | distance_to_others[i] = (means(children[p][i], Eigen::all) - zeta_opt).lpNorm<2>(); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:282:71: required from here 282 | distances_jj[jj] = (means_c(jj, Eigen::all) - data(ii, Eigen::all)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ GP_utils.cpp:296:84: required from here 296 | double distance_btw_childs = (means_c(jj, Eigen::all) - means_c(ii, Eigen::all)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ GP_utils.cpp:27:61: required from here 27 | if ((coords.row(uniques[j]) - coords.row(i)).squaredNorm() < EPSILON_NUMBERS_SQUARE) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' 20 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::mul_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ GP_utils.cpp:73:27: required from here 73 | distances.array() *= -1; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' 20 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::mul_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ GP_utils.cpp:73:27: required from here 73 | distances.array() *= -1; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:700:10: required from 'Derived& Eigen::DenseBase::setOnes() [with Derived = Eigen::Matrix]' 700 | return setConstant(Scalar(1)); | ^~~~~~~~~~~ GP_utils.cpp:68:20: required from here 68 | distances.setOnes(); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ GP_utils.cpp:89:20: required from here 89 | means_new.setZero(); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Block, 1, -1, false>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GP_utils.cpp:123:55: required from here 123 | means(i, Eigen::all) = means_new(i, Eigen::all) / count; | ^~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, 1, -1, false> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GP_utils.cpp:319:45: required from here 319 | coords_sum[i] = coords(i, Eigen::all).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ GP_utils.cpp:93:85: required from here 93 | double smallest_distance = (data(i, Eigen::all) - means(0, Eigen::all)).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ GP_utils.cpp:159:97: required from here 159 | double distance = (data(indices_start[i], Eigen::all) - (den_mat_t)mid.transpose()).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:873:17: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 1, -1, false>; Func = assign_op]' 873 | ActualDstType actualDst(dst); | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ GP_utils.cpp:229:18: required from here 229 | data_in_ball(data, covert_points_old[p], R_l, means(c, Eigen::all), indices_ball); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ GP_utils.cpp:236:87: required from here 236 | distance_to_others[i] = (means(children[p][i], Eigen::all) - zeta_opt).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ GP_utils.cpp:282:83: required from here 282 | distances_jj[jj] = (means_c(jj, Eigen::all) - data(ii, Eigen::all)).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ GP_utils.cpp:296:96: required from here 296 | double distance_btw_childs = (means_c(jj, Eigen::all) - means_c(ii, Eigen::all)).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GP_utils.cpp:108:51: required from here 108 | means_new(i, Eigen::all) += data(0, Eigen::all); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_min_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_min_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:433:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 433 | return derived().redux(Eigen::internal::scalar_min_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:463:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return minCoeff(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ GP_utils.cpp:240:38: required from here 240 | if (distance_to_others.minCoeff() > R_l) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, -1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, -1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, -1, false>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, -1, false>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, -1, false>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ GP_utils.cpp:76:21: required from here 76 | closest_distance(means.block(i - 1, 0, 1, means.cols()), data, distances); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, AllRange<-1> >, member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ GP_utils.cpp:232:78: required from here 232 | den_mat_t zeta_opt = data(intersection_vect, Eigen::all).colwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ GP_utils.cpp:172:39: required from here 172 | den_mat_t z_0 = data.colwise().mean(); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, std::vector, Eigen::internal::AllRange<-1> >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, AllRange<-1> >, member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, std::vector, Eigen::internal::AllRange<-1> >, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ GP_utils.cpp:232:78: required from here 232 | den_mat_t zeta_opt = data(intersection_vect, Eigen::all).colwise().mean(); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ GP_utils.cpp:172:39: required from here 172 | den_mat_t z_0 = data.colwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c DF_utils.cpp -o DF_utils.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Vecchia_utils.cpp -o Vecchia_utils.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/Vecchia_utils.h:12, from Vecchia_utils.cpp:9: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:44:58: required from here 44 | dist_ij.coeffRef(j, 0) = (coords_j(j, Eigen::all) - coords_i).lpNorm<2>(); | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:320:18: required from here 320 | corr_diag.array() = (double)corr_mat_i.value(); | ~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:323:58: required from here 323 | corr_diag[i] -= (double)chol_ip_cross_cov.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:323:67: required from here 323 | corr_diag[i] -= (double)chol_ip_cross_cov.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ Vecchia_utils.cpp:420:32: required from here 420 | coords_ct = coords.topRows(num_data_obs); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ Vecchia_utils.cpp:450:41: required from here 450 | CoverTree_kNN(coords_ct.middleRows(segment_start[i], segment_length[i]), chol_ip_cross_cov.middleCols(segment_start[i], segment_length[i]), | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ Vecchia_utils.cpp:451:25: required from here 451 | corr_diag.segment(segment_start[i], segment_length[i]), segment_start[i], re_comps_vecchia_cluster_i, cover_trees[i], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ Vecchia_utils.cpp:928:115: required from here 928 | den_mat_t gp_coords_mat = Eigen::Map(gp_coords.data(), num_data_per_cluster[cluster_i], dim_gp_coords); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ Vecchia_utils.cpp:938:42: required from here 938 | gp_coords_mat = gp_coords_mat_not_sort(sort_time, Eigen::all); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ Vecchia_utils.cpp:1042:77: required from here 1042 | z_outer_z_obs_neighbors_cluster_i[i][j] = coef_vec * coef_vec.transpose(); | ~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1042:78: required from here 1042 | z_outer_z_obs_neighbors_cluster_i[i][j] = coef_vec * coef_vec.transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ Vecchia_utils.cpp:1162:29: required from here 1162 | D_inv_cluster_i.diagonal().array() = nugget_var;//nugget effect is not 1 if not on transformed scale | ~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:1162:37: required from here 1162 | D_inv_cluster_i.diagonal().array() = nugget_var;//nugget effect is not 1 if not on transformed scale | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level, 1>, Eigen::Transpose > > >' 32 | enum { has_direct_access = (traits::Flags & DirectAccessBit) ? 1 : 0, | ^~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ Vecchia_utils.cpp:1202:76: required from here 1202 | sigma_ip_inv_cross_cov_T_cluster_i = chol_fact_sigma_ip_cluster_i.solve((*sigma_cross_cov).transpose()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ Vecchia_utils.cpp:1202:76: required from here 1202 | sigma_ip_inv_cross_cov_T_cluster_i = chol_fact_sigma_ip_cluster_i.solve((*sigma_cross_cov).transpose()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1208:86: required from here 1208 | sigma_ip_grad_sigma_ip_inv_cross_cov_T_cluster_i[ipar] = sigma_ip_grad[ipar] * sigma_ip_inv_cross_cov_T_cluster_i; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1264:120: required from here 1264 | sigma_ip_inv_cross_cov_T_cluster_i.col(nearest_neighbors_cluster_i[i][ii]).dot(sigma_cross_cov_gradT_obs - sigma_ip_grad_sigma_ip_inv_cross_cov_T_obs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1268:108: required from here 1268 | sigma_ip_grad_sigma_ip_inv_cross_cov_T_cluster_i[ipar].col(nearest_neighbors_cluster_i[i][jj])); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:1289:36: required from here 1289 | cov_mat_obs_neighbors_j.array() *= (z_outer_z_obs_neighbors_cluster_i[i][j - 1].block(1, 0, num_nn, 1)).array();//cov_mat_obs_neighbors_j.cwiseProduct() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:1289:116: required from here 1289 | cov_mat_obs_neighbors_j.array() *= (z_outer_z_obs_neighbors_cluster_i[i][j - 1].block(1, 0, num_nn, 1)).array();//cov_mat_obs_neighbors_j.cwiseProduct() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ Vecchia_utils.cpp:1340:41: required from here 1340 | cov_mat_between_neighbors.diagonal().array() += 1.;//add nugget effect | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:1340:49: required from here 1340 | cov_mat_between_neighbors.diagonal().array() += 1.;//add nugget effect | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ Vecchia_utils.cpp:1357:45: required from here 1357 | A_i = (chol_fact_between_neighbors.solve(cov_mat_obs_neighbors)).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1>, Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1>, Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ Vecchia_utils.cpp:1357:79: required from here 1357 | A_i = (chol_fact_between_neighbors.solve(cov_mat_obs_neighbors)).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Transpose >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Transpose > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ Vecchia_utils.cpp:1366:60: required from here 1366 | A_i_grad_sigma2 = -(chol_fact_between_neighbors.solve(A_i.transpose())).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1>, Eigen::Transpose > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1>, Eigen::Transpose > > >' 52 | template class Transpose | ^~~~~~~~~ Vecchia_utils.cpp:1366:88: required from here 1366 | A_i_grad_sigma2 = -(chol_fact_between_neighbors.solve(A_i.transpose())).transpose(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1>, Eigen::Transpose > > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1>, Eigen::Transpose > > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1>, Eigen::Transpose > > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose, 1>, Eigen::Transpose > > >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose, 1>, Eigen::Transpose > > > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:1366:89: required from here 1366 | A_i_grad_sigma2 = -(chol_fact_between_neighbors.solve(A_i.transpose())).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 1>, Eigen::Matrix > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 1>, Eigen::Matrix > >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 1>, Eigen::Matrix > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1387:150: required from here 1387 | D_grad_cluster_i[ind_first_par + ipar].coeffRef(i, i) -= sigma_ip_inv_cross_cov_T_cluster_i.col(i).dot(2 * sigma_cross_cov_gradT[ipar].col(i) - | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1388:71: required from here 1388 | sigma_ip_grad_sigma_ip_inv_cross_cov_T_cluster_i[ipar].col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::AllRange<-1>, std::vector >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::internal::AllRange<-1>, std::vector >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::AllRange<-1>, std::vector > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::AllRange<-1>, std::vector > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::internal::AllRange<-1>, std::vector, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ Vecchia_utils.cpp:1633:101: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1, false> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1, false> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:1645:115: required from here 1645 | cov_mat_obs_neighbors_j.array() *= (z_outer_z_obs_neighbors_cluster_i[i][j - 1].block(1, 0, num_nn, 1)).array(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ Vecchia_utils.cpp:1661:49: required from here 1661 | Dp[i] -= chol_ip_cross_cov_pred.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:1661:58: required from here 1661 | Dp[i] -= chol_ip_cross_cov_pred.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ Vecchia_utils.cpp:1686:15: required from here 1686 | sp_mat_rm_t Bpo_rm = sp_mat_rm_t(Bpo); | ^~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1691:134: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1691:145: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1691:146: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ Vecchia_utils.cpp:1691:63: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:1692:18: required from here 1692 | pred_mean = -Bpo_rm * (y_cluster_i - (*sigma_cross_cov) * vecchia_y); | ^~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1692:63: required from here 1692 | pred_mean = -Bpo_rm * (y_cluster_i - (*sigma_cross_cov) * vecchia_y); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1692:63: required from here 1692 | pred_mean = -Bpo_rm * (y_cluster_i - (*sigma_cross_cov) * vecchia_y); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1692:72: required from here 1692 | pred_mean = -Bpo_rm * (y_cluster_i - (*sigma_cross_cov) * vecchia_y); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1701:94: required from here 1701 | Vecchia_cross_cov.col(i) = Bt_D_inv_cluster_i * (B_cluster_i * (*sigma_cross_cov).col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1701:95: required from here 1701 | Vecchia_cross_cov.col(i) = Bt_D_inv_cluster_i * (B_cluster_i * (*sigma_cross_cov).col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1726:42: required from here 1726 | Bp_inv_Dp = Bp_inv * Dp.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1728:58: required from here 1728 | pred_cov = den_mat_t(Bp_inv_Dp * Bp_inv.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseBlock.h:333:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Sparse>' 333 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ Vecchia_utils.cpp:1734:37: required from here 1734 | pred_var[i] = (Bp_inv_Dp.row(i)).dot(Bp_inv.row(i)); | ~~~~~~~~~~~~~^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1752:29: required from here 1752 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1752:41: required from here 1752 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1752:50: required from here 1752 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1752:61: required from here 1752 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1752:76: required from here 1752 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1752:90: required from here 1752 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1752:107: required from here 1752 | pred_cov += PP_Part - PP_V_Part + V_Part + V_Part_t - PP_V_PP_Part + PP_V_V_Part - PP_V_PP_Part_t + V_V_Part; | ^~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1758:46: required from here 1758 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1758:46: required from here 1758 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ Vecchia_utils.cpp:1758:46: required from here 1758 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1758:46: required from here 1758 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1759:77: required from here 1759 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::SparseMatrix, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::SparseMatrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:1766:18: required from here 1766 | pred_mean = -Bpo * y_cluster_i; | ^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1766:24: required from here 1766 | pred_mean = -Bpo * y_cluster_i; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1995:59: required from here 1995 | sp_mat_t cond_prec = Bp.transpose() * Dp_inv.asDiagonal() * Bp + Bop.transpose() * Do_inv.asDiagonal() * Bop; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1995:63: required from here 1995 | sp_mat_t cond_prec = Bp.transpose() * Dp_inv.asDiagonal() * Bp + Bop.transpose() * Do_inv.asDiagonal() * Bop; | ^~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1995:108: required from here 1995 | sp_mat_t cond_prec = Bp.transpose() * Dp_inv.asDiagonal() * Bp + Bop.transpose() * Do_inv.asDiagonal() * Bop; | ^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1998:64: required from here 1998 | vec_t y_aux = Bop.transpose() * (Do_inv.asDiagonal() * (Bo * y_cluster_i)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1998:75: required from here 1998 | vec_t y_aux = Bop.transpose() * (Do_inv.asDiagonal() * (Bo * y_cluster_i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:1998:76: required from here 1998 | vec_t y_aux = Bop.transpose() * (Do_inv.asDiagonal() * (Bo * y_cluster_i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ Vecchia_utils.cpp:1999:30: required from here 1999 | pred_mean = -CholFact.solve(y_aux); | ~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:1999:36: required from here 1999 | pred_mean = -CholFact.solve(y_aux); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2005:59: required from here 2005 | pred_cov = den_mat_t(cond_prec_chol_inv.transpose() * cond_prec_chol_inv); | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ Vecchia_utils.cpp:2011:43: required from here 2011 | pred_var[i] = (cond_prec_chol_inv.col(i)).dot(cond_prec_chol_inv.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:2156:31: required from here 2156 | vec_t D_inv = D.cwiseInverse(); | ~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::SparseMatrix, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:2161:88: required from here 2161 | sp_mat_t M_aux_Woodbury = B.transpose() * D_inv.asDiagonal() * B + Z_o.transpose() * Z_o; | ^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > > >': ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose >, Eigen::Sparse>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Transpose > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ Vecchia_utils.cpp:2169:63: required from here 2169 | sp_mat_t ZoSigmaZoT_plusI_Inv = -MInvSqrtX_Z_o_T.transpose() * MInvSqrtX_Z_o_T + Identity_obs; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Transpose > >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose > >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2169:67: required from here 2169 | sp_mat_t ZoSigmaZoT_plusI_Inv = -MInvSqrtX_Z_o_T.transpose() * MInvSqrtX_Z_o_T + Identity_obs; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, const Eigen::Transpose > >, Eigen::SparseMatrix, 2>, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:2169:85: required from here 2169 | sp_mat_t ZoSigmaZoT_plusI_Inv = -MInvSqrtX_Z_o_T.transpose() * MInvSqrtX_Z_o_T + Identity_obs; | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2170:31: required from here 2170 | sp_mat_t Z_p_B_inv = Z_p * B_inv; | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::Transpose >, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose >, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose >, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2172:75: required from here 2172 | sp_mat_t ZpSigmaZoT = Z_p_B_inv_D * (B_inv.transpose() * Z_o.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::Product >, Eigen::Transpose >, 2>, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Transpose >, 2>, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Transpose >, 2>, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2172:76: required from here 2172 | sp_mat_t ZpSigmaZoT = Z_p_B_inv_D * (B_inv.transpose() * Z_o.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product, Eigen::Transpose >, 2> > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product, Eigen::Transpose >, 2>, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Transpose >, 2>, const Eigen::Product, Eigen::Transpose >, 2> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:2176:93: required from here 2176 | pred_cov = den_mat_t(Z_p_B_inv_D * Z_p_B_inv.transpose() - M_aux * ZpSigmaZoT.transpose()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2202:39: required from here 2202 | vec_t resp_aux = Z_o.transpose() * y_cluster_i; | ^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ Vecchia_utils.cpp:2204:35: required from here 2204 | resp_aux = y_cluster_i - Z_o * resp_aux2; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2205:97: required from here 2205 | pred_mean = Z_p * (B_inv * (D.asDiagonal() * (B_inv.transpose() * (Z_o.transpose() * resp_aux)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2205:98: required from here 2205 | pred_mean = Z_p * (B_inv * (D.asDiagonal() * (B_inv.transpose() * (Z_o.transpose() * resp_aux)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2205:99: required from here 2205 | pred_mean = Z_p * (B_inv * (D.asDiagonal() * (B_inv.transpose() * (Z_o.transpose() * resp_aux)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product >, Eigen::Product >, Eigen::Product >, Eigen::Matrix, 0>, 0>, 1>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ Vecchia_utils.cpp:2205:100: required from here 2205 | pred_mean = Z_p * (B_inv * (D.asDiagonal() * (B_inv.transpose() * (Z_o.transpose() * resp_aux)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/GPBoost/utils.h:17, from ./include/GPBoost/cov_fcts.h:13, from ./include/GPBoost/re_comp.h:13, from ./include/GPBoost/Vecchia_utils.h:13: ./include/GPBoost/re_comp.h: In instantiation of 'void GPBoost::RECompGP::CalcSigmaAndSigmaGradVecchia(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat*, bool, bool, double, bool, const std::vector&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]': Vecchia_utils.cpp:48:63: required from here 48 | re_comps_vecchia_cluster_i[0]->CalcSigmaAndSigmaGradVecchia(dist_ij, coords_i, coords_j, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49 | corr_mat, dummy_mat_grad.data(), false, true, 1., false, calc_grad_index_dummy); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1415:62: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare] 1415 | CHECK(calc_grad_index.size() == this->num_cov_par_); ./include/LightGBM/utils/log.h:41:9: note: in definition of macro 'CHECK' 41 | if (!(condition)) \ | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ Vecchia_utils.cpp:857:87: required from here 857 | sed = (coords(sort_sum[down_i], Eigen::all) - coords(i, Eigen::all)).squaredNorm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:754:14: required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setIdentity() [with _Scalar = double; int _Options = 0; _StorageIndex = int]' 754 | Eigen::Map(this->m_data.valuePtr(), rows()).setOnes(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1160:31: required from here 1160 | D_inv_cluster_i.setIdentity();//Put 1's on the diagonal for nugget effect (entries are not overriden but added below) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1349:46: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:57: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:1349:86: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~^~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1349:66: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1349 | return(std::make_shared(correct * this->Z_ * sigma_ * this->Z_.transpose())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1352:46: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1352 | return(std::make_shared(correct * sigma_)); | ~~~~~~~~^~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1369:33: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~^~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1369:46: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' 45 | class Array | ^~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper, 0> >; Scalar = double]' 27 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::add_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1340:55: required from here 1340 | cov_mat_between_neighbors.diagonal().array() += 1.;//add nugget effect | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper, 0> >; Scalar = double]' 27 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::add_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1340:55: required from here 1340 | cov_mat_between_neighbors.diagonal().array() += 1.;//add nugget effect | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1544:47: required from 'void GPBoost::RECompGP::AddPredCovMatrices(const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat&, bool, bool, bool, const double*, bool, T_mat&) [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1544 | ZstarSigmatildeTZT = Zstar * Sigmatilde * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1493:59: required from here 1493 | re_comp_cross_cov_cluster_i_pred_ip->AddPredCovMatrices(gp_coords_mat_ip, gp_coords_mat_pred, cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1494 | cov_mat_pred_id, true, false, true, nullptr, false, cross_dist); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/re_comp.h:1550:39: required from 'void GPBoost::RECompGP::AddPredCovMatrices(const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat&, bool, bool, bool, const double*, bool, T_mat&) [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1550 | ZstarSigmatildeTZT = Sigmatilde * this->Z_.transpose(); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1493:59: required from here 1493 | re_comp_cross_cov_cluster_i_pred_ip->AddPredCovMatrices(gp_coords_mat_ip, gp_coords_mat_pred, cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1494 | cov_mat_pred_id, true, false, true, nullptr, false, cross_dist); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:687:97: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::SparseMatrix; _Scalar = double; int _Options = 1; _StorageIndex = int]' 687 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ Vecchia_utils.cpp:1686:39: required from here 1686 | sp_mat_rm_t Bpo_rm = sp_mat_rm_t(Bpo); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:306:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 306 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/sparse_matrix_utils.h:198:27: required from 'void GPBoost::TriangularSolve(const T_mat_L&, const T_mat_R&, T_mat_X&, bool) [with T_mat_L = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<(((std::is_same, T_mat1>::value && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_X>::value))>::type* = 0]' 198 | vec_t R_j = R_ptr->col(j); | ~~~~~~~~~~^~~ Vecchia_utils.cpp:1725:52: required from here 1725 | TriangularSolve(Bp, Bp_inv, Bp_inv, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDiagonalProduct.h:88:32: required from 'struct Eigen::internal::sparse_diagonal_product_evaluator, Eigen::Transpose >, 0>' 88 | evaluator m_diagCoeffImpl; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDiagonalProduct.h:49:8: required from 'struct Eigen::internal::product_evaluator, Eigen::DiagonalWrapper >, 0>, 8, Eigen::SparseShape, Eigen::DiagonalShape, double, double>' 49 | struct product_evaluator, ProductTag, SparseShape, DiagonalShape> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, Eigen::DiagonalWrapper >, 0> >' 29 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1181 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ Vecchia_utils.cpp:1726:42: required from here 1726 | Bp_inv_Dp = Bp_inv * Dp.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1194:15: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1194 | OtherCopy otherCopy(other.derived()); | ^~~~~~~~~ Vecchia_utils.cpp:1726:42: required from here 1726 | Bp_inv_Dp = Bp_inv * Dp.asDiagonal(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1195 | OtherCopyEval otherCopyEval(otherCopy); | ^~~~~~~~~~~~~ Vecchia_utils.cpp:1726:42: required from here 1726 | Bp_inv_Dp = Bp_inv * Dp.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ Vecchia_utils.cpp:1734:45: required from here 1734 | pred_var[i] = (Bp_inv_Dp.row(i)).dot(Bp_inv.row(i)); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:549:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, Eigen::internal::IteratorBased, double>' 549 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, -1, 1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ Vecchia_utils.cpp:2011:51: required from here 2011 | pred_var[i] = (cond_prec_chol_inv.col(i)).dot(cond_prec_chol_inv.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ Vecchia_utils.cpp:2011:51: required from here 2011 | pred_var[i] = (cond_prec_chol_inv.col(i)).dot(cond_prec_chol_inv.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:33:60: required from here 33 | pp_node[j] = chol_ip_cross_cov.col(coords_ind_j[j]).dot(chol_ip_cross_cov_sample); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 41 | internal::call_assignment(this->derived(), PlainObject::Constant(rows(),cols(),other), internal::div_assign_op()); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1420:19: required from 'void GPBoost::RECompGP::CalcSigmaAndSigmaGradVecchia(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat*, bool, bool, double, bool, const std::vector&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1420 | cov_grad[0] /= this->cov_pars_[0]; | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:48:63: required from here 48 | re_comps_vecchia_cluster_i[0]->CalcSigmaAndSigmaGradVecchia(dist_ij, coords_i, coords_j, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49 | corr_mat, dummy_mat_grad.data(), false, true, 1., false, calc_grad_index_dummy); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true> > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true> >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:323:73: required from here 323 | corr_diag[i] -= (double)chol_ip_cross_cov.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, 1, -1, false> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:673:45: required from here 673 | coords_sum[i] = coords(i, Eigen::all).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1250:128: required from here 1250 | cov_mat_between_neighbors.coeffRef(ii, jj) -= chol_ip_cross_cov_cluster_i.col(nearest_neighbors_cluster_i[i][ii]).dot(chol_ip_cross_cov_cluster_i.col(nearest_neighbors_cluster_i[i][jj])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1263:154: required from here 1263 | cov_grad_mats_obs_neighbors[ind_first_par + ipar].coeffRef(ii, 0) -= (sigma_cross_cov_gradT[ipar]).col(nearest_neighbors_cluster_i[i][ii]).dot(sigma_ip_I_sigma_cross_covT_obs) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1264:91: required from here 1264 | sigma_ip_inv_cross_cov_T_cluster_i.col(nearest_neighbors_cluster_i[i][ii]).dot(sigma_cross_cov_gradT_obs - sigma_ip_grad_sigma_ip_inv_cross_cov_T_obs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1266:160: required from here 1266 | cov_grad_mats_between_neighbors[ind_first_par + ipar].coeffRef(ii, jj) -= (sigma_cross_cov_gradT[ipar]).col(nearest_neighbors_cluster_i[i][ii]).dot(sigma_ip_inv_cross_cov_T_cluster_i.col(nearest_neighbors_cluster_i[i][jj])) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1267:92: required from here 1267 | sigma_ip_inv_cross_cov_T_cluster_i.col(nearest_neighbors_cluster_i[i][ii]).dot((sigma_cross_cov_gradT[ipar]).col(nearest_neighbors_cluster_i[i][jj]) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1268 | sigma_ip_grad_sigma_ip_inv_cross_cov_T_cluster_i[ipar].col(nearest_neighbors_cluster_i[i][jj])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> >; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1387:112: required from here 1387 | D_grad_cluster_i[ind_first_par + ipar].coeffRef(i, i) -= sigma_ip_inv_cross_cov_T_cluster_i.col(i).dot(2 * sigma_cross_cov_gradT[ipar].col(i) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1388 | sigma_ip_grad_sigma_ip_inv_cross_cov_T_cluster_i[ipar].col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:700:10: required from 'Derived& Eigen::DenseBase::setOnes() [with Derived = Eigen::Matrix]' 700 | return setConstant(Scalar(1)); | ^~~~~~~~~~~ Vecchia_utils.cpp:1597:14: required from here 1597 | Dp.setOnes();//Put 1 on the diagonal (for nugget effect if gauss_likelihood, see comment below on why we add the nugget effect variance irrespective of 'predict_response') | ~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true> > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true> >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1661:64: required from here 1661 | Dp[i] -= chol_ip_cross_cov_pred.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1758:52: required from here 1757 | pred_var[i] += (cross_cov_pred_ip.row(i) - cross_cov_PP_Vecchia.row(i) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1758 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: 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::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1758:52: required from here 1757 | pred_var[i] += (cross_cov_pred_ip.row(i) - cross_cov_PP_Vecchia.row(i) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1758 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./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::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1759:83: required from here 1759 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: 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, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1759:83: required from here 1759 | (cross_cov_PP_Vecchia.row(i) - 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_PP_Vecchia_woodbury.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 1, -1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1760:49: required from here 1760 | (cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_pred_obs_pred_inv_woodbury.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 1, -1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1760:49: required from here 1760 | (cross_cov_pred_obs_pred_inv.row(i)).dot(cross_cov_pred_obs_pred_inv_woodbury.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl >, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:118:43: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 118 | P_M = chol.permutationP().transpose() * M; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:2168:77: required from here 2168 | TriangularSolveGivenCholesky(CholFac_M_aux_Woodbury, Z_o.transpose(), MInvSqrtX_Z_o_T, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, Eigen::SparseMatrix, 2> >': ./include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' 145 | class ProductImpl : public internal::generic_xpr_base, MatrixXpr, StorageKind>::type | ^~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:121:31: required from 'void GPBoost::ApplyPermutationCholeskyFactor(const T_chol&, const T_mat&, T_mat&, bool) [with T_mat = Eigen::SparseMatrix; T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; typename std::enable_if<(std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value || std::is_same, 1, Eigen::AMDOrdering >, T_chol>::value)>::type* = 0]' 121 | P_M = chol.permutationP() * M; | ~~~~~~~~~~~~~~~~~~~~^~~ ./include/GPBoost/sparse_matrix_utils.h:350:52: required from 'void GPBoost::TriangularSolveGivenCholesky(const T_chol&, const T_mat_R&, T_mat_X&, bool) [with T_chol = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; T_chol_mat = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<((! std::is_same, 1>, T_chol>::value) || (! std::is_same, T_mat_R>::value))>::type* = 0]' 350 | ApplyPermutationCholeskyFactor(chol, X, X, true); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:2168:77: required from here 2168 | TriangularSolveGivenCholesky(CholFac_M_aux_Woodbury, Z_o.transpose(), MInvSqrtX_Z_o_T, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:2189:26: required from here 2189 | pred_var[i] = v1.dot(v2) - (v3.dot(v4)); | ~~~~~~^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::SparseMatrix; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1181 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1063:7: required from 'void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator*, std::vector > >; SparseMatrixType = Eigen::SparseMatrix; DupFunctor = scalar_sum_op]' 1063 | mat = trMat; | ~~~~^~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1110:92: required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setFromTriplets(const InputIterators&, const InputIterators&) [with InputIterators = __gnu_cxx::__normal_iterator*, std::vector > >; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1110 | internal::set_from_triplets >(begin, end, *this, internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1158:31: required from here 1158 | B_cluster_i.setFromTriplets(entries_init_B_cluster_i.begin(), entries_init_B_cluster_i.end());//Note: 1's are put on the diagonal | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:43: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:101: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:44:77: required from here 44 | dist_ij.coeffRef(j, 0) = (coords_j(j, Eigen::all) - coords_i).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:323:73: required from here 323 | corr_diag[i] -= (double)chol_ip_cross_cov.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:231:18: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 231 | return m.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 2; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:996:81: required from here 996 | dist_ij(0, 0) = (coords(j, Eigen::all) - coords(i, Eigen::all)).lpNorm<2>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1661:64: required from here 1661 | Dp[i] -= chol_ip_cross_cov_pred.col(i).array().square().sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > > >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, false> > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1758:52: required from here 1757 | pred_var[i] += (cross_cov_pred_ip.row(i) - cross_cov_PP_Vecchia.row(i) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1758 | 2 * cross_cov_pred_obs_pred_inv.row(i)).dot(sigma_ip_inv_sigma_cross_cov_pred.col(i)) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2142:97: required from 'double GPBoost::CovFunction::SpaceTimeGneitingCovariance(int, int, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 2142 | double dist_space = (coords_pred.row(i).tail(dim_space) - coords.row(j).tail(dim_space)).norm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/cov_fcts.h:519:49: required from 'void GPBoost::CovFunction::CalculateCovMat(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&, T_mat&, bool) const [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 519 | sigma(i, j) = SpaceTimeGneitingCovariance(i, j, coords, coords, pars); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1410:52: required from 'void GPBoost::RECompGP::CalcSigmaAndSigmaGradVecchia(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat*, bool, bool, double, bool, const std::vector&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1410 | (*cov_function_).template CalculateCovMat(dist, coords, coords_pred, this->cov_pars_, cov_mat, is_symmmetric); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:48:63: required from here 48 | re_comps_vecchia_cluster_i[0]->CalcSigmaAndSigmaGradVecchia(dist_ij, coords_i, coords_j, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49 | corr_mat, dummy_mat_grad.data(), false, true, 1., false, calc_grad_index_dummy); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, -1, false> > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false> >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::ArrayWrapper >; SrcXprType = Eigen::ArrayWrapper, -1, -1, false> >; Functor = mul_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::ArrayWrapper >; SrcXprType = Eigen::ArrayWrapper, -1, -1, false> >; Functor = Eigen::internal::mul_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::ArrayWrapper >; Src = Eigen::ArrayWrapper, -1, -1, false> >; Func = mul_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::ArrayWrapper >; Src = Eigen::ArrayWrapper, -1, -1, false> >; Func = mul_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:207:18: required from 'Derived& Eigen::ArrayBase::operator*=(const Eigen::ArrayBase&) [with OtherDerived = Eigen::ArrayWrapper, -1, -1, false> >; Derived = Eigen::ArrayWrapper >]' 207 | call_assignment(derived(), other.derived(), internal::mul_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1289:117: required from here 1289 | cov_mat_obs_neighbors_j.array() *= (z_outer_z_obs_neighbors_cluster_i[i][j - 1].block(1, 0, num_nn, 1)).array();//cov_mat_obs_neighbors_j.cwiseProduct() | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:74: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:125: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:27: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, -1, false> > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false> >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::ArrayWrapper >; SrcXprType = Eigen::ArrayWrapper, -1, -1, false> >; Functor = mul_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::ArrayWrapper >; SrcXprType = Eigen::ArrayWrapper, -1, -1, false> >; Functor = Eigen::internal::mul_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::ArrayWrapper >; Src = Eigen::ArrayWrapper, -1, -1, false> >; Func = mul_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::ArrayWrapper >; Src = Eigen::ArrayWrapper, -1, -1, false> >; Func = mul_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:207:18: required from 'Derived& Eigen::ArrayBase::operator*=(const Eigen::ArrayBase&) [with OtherDerived = Eigen::ArrayWrapper, -1, -1, false> >; Derived = Eigen::ArrayWrapper >]' 207 | call_assignment(derived(), other.derived(), internal::mul_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1645:116: required from here 1645 | cov_mat_obs_neighbors_j.array() *= (z_outer_z_obs_neighbors_cluster_i[i][j - 1].block(1, 0, num_nn, 1)).array(); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' 36 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/OrderingMethods/Ordering.h:36:14: required from 'void Eigen::internal::ordering_helper_at_plus_a(const MatrixType&, MatrixType&) [with MatrixType = Eigen::SparseMatrix]' 36 | symmat = C + A; | ~~^~~ ./include/Eigen/src/OrderingMethods/Ordering.h:63:42: required from 'void Eigen::AMDOrdering::operator()(const MatrixType&, PermutationType&) [with MatrixType = Eigen::SparseMatrix; StorageIndex = int; PermutationType = Eigen::PermutationMatrix<-1, -1, int>]' 63 | internal::ordering_helper_at_plus_a(mat,symm); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:678:15: required from 'void Eigen::SimplicialCholeskyBase::ordering(const MatrixType&, const CholMatrixType*&, CholMatrixType&) [with Derived = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; MatrixType = Eigen::SparseMatrix; ConstCholMatrixPtr = const Eigen::SparseMatrix*; CholMatrixType = Eigen::SparseMatrix]' 678 | ordering(C,m_Pinv); | ~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:215:7: required from 'void Eigen::SimplicialCholeskyBase::compute(const MatrixType&) [with bool DoLDLT = false; Derived = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; MatrixType = Eigen::SparseMatrix]' 215 | ordering(matrix, pmat, tmp); | ^~~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:381:36: required from 'Eigen::SimplicialLLT<_MatrixType, _UpLo, _Ordering>& Eigen::SimplicialLLT<_MatrixType, _UpLo, _Ordering>::compute(const MatrixType&) [with _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering; MatrixType = Eigen::SparseMatrix]' 381 | Base::template compute(matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ Vecchia_utils.cpp:1997:19: required from here 1997 | CholFact.compute(cond_prec); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:33:60: required from here 33 | pp_node[j] = chol_ip_cross_cov.col(coords_ind_j[j]).dot(chol_ip_cross_cov_sample); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, -1, true>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, -1, true>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, -1, true>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, -1, true>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, -1, true>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, -1, true>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:450:20: required from here 450 | CoverTree_kNN(coords_ct.middleRows(segment_start[i], segment_length[i]), chol_ip_cross_cov.middleCols(segment_start[i], segment_length[i]), | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 451 | corr_diag.segment(segment_start[i], segment_length[i]), segment_start[i], re_comps_vecchia_cluster_i, cover_trees[i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 452 | levels_threads[i], save_distances, dist_function); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, 1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, 1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, false>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:450:20: required from here 450 | CoverTree_kNN(coords_ct.middleRows(segment_start[i], segment_length[i]), chol_ip_cross_cov.middleCols(segment_start[i], segment_length[i]), | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 451 | corr_diag.segment(segment_start[i], segment_length[i]), segment_start[i], re_comps_vecchia_cluster_i, cover_trees[i], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 452 | levels_threads[i], save_distances, dist_function); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/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::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1250:128: required from here 1250 | cov_mat_between_neighbors.coeffRef(ii, jj) -= chol_ip_cross_cov_cluster_i.col(nearest_neighbors_cluster_i[i][ii]).dot(chol_ip_cross_cov_cluster_i.col(nearest_neighbors_cluster_i[i][jj])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1263:154: required from here 1263 | cov_grad_mats_obs_neighbors[ind_first_par + ipar].coeffRef(ii, 0) -= (sigma_cross_cov_gradT[ipar]).col(nearest_neighbors_cluster_i[i][ii]).dot(sigma_ip_I_sigma_cross_covT_obs) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1264:91: required from here 1264 | sigma_ip_inv_cross_cov_T_cluster_i.col(nearest_neighbors_cluster_i[i][ii]).dot(sigma_cross_cov_gradT_obs - sigma_ip_grad_sigma_ip_inv_cross_cov_T_obs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1266:160: required from here 1266 | cov_grad_mats_between_neighbors[ind_first_par + ipar].coeffRef(ii, jj) -= (sigma_cross_cov_gradT[ipar]).col(nearest_neighbors_cluster_i[i][ii]).dot(sigma_ip_inv_cross_cov_T_cluster_i.col(nearest_neighbors_cluster_i[i][jj])) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1267:92: required from here 1267 | sigma_ip_inv_cross_cov_T_cluster_i.col(nearest_neighbors_cluster_i[i][ii]).dot((sigma_cross_cov_gradT[ipar]).col(nearest_neighbors_cluster_i[i][jj]) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1268 | sigma_ip_grad_sigma_ip_inv_cross_cov_T_cluster_i[ipar].col(nearest_neighbors_cluster_i[i][jj])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>; U = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> >; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, const Eigen::Block, -1, 1, true> >; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:1387:112: required from here 1387 | D_grad_cluster_i[ind_first_par + ipar].coeffRef(i, i) -= sigma_ip_inv_cross_cov_T_cluster_i.col(i).dot(2 * sigma_cross_cov_gradT[ipar].col(i) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1388 | sigma_ip_grad_sigma_ip_inv_cross_cov_T_cluster_i[ipar].col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, -1, -1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1503:73: required from here 1503 | chol_ip_cross_cov_obs_pred.leftCols(chol_ip_cross_cov_obs.cols()) = chol_ip_cross_cov_obs; | ^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' 37 | return a.template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ Vecchia_utils.cpp:2189:26: required from here 2189 | pred_var[i] = v1.dot(v2) - (v3.dot(v4)); | ~~~~~~^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:185:26: required from 'void Eigen::SimplicialCholeskyBase::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Matrix; Dest = Eigen::Matrix; Derived = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 185 | derived().matrixL().solveInPlace(dest); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/Eigen/src/SparseCholesky/SimplicialCholesky.h:191:26: required from 'void Eigen::SimplicialCholeskyBase::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Matrix; Dest = Eigen::Matrix; Derived = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >]' 191 | derived().matrixU().solveInPlace(dest); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2142:97: required from 'double GPBoost::CovFunction::SpaceTimeGneitingCovariance(int, int, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 2142 | double dist_space = (coords_pred.row(i).tail(dim_space) - coords.row(j).tail(dim_space)).norm(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/GPBoost/cov_fcts.h:519:49: required from 'void GPBoost::CovFunction::CalculateCovMat(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, const GPBoost::vec_t&, T_mat&, bool) const [with T_aux = Eigen::Matrix; typename std::enable_if, T_aux>::value>::type* = 0; T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::vec_t = Eigen::Matrix]' 519 | sigma(i, j) = SpaceTimeGneitingCovariance(i, j, coords, coords, pars); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1410:52: required from 'void GPBoost::RECompGP::CalcSigmaAndSigmaGradVecchia(const T_mat&, const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat*, bool, bool, double, bool, const std::vector&) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1410 | (*cov_function_).template CalculateCovMat(dist, coords, coords_pred, this->cov_pars_, cov_mat, is_symmmetric); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:48:63: required from here 48 | re_comps_vecchia_cluster_i[0]->CalcSigmaAndSigmaGradVecchia(dist_ij, coords_i, coords_j, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 49 | corr_mat, dummy_mat_grad.data(), false, true, 1., false, calc_grad_index_dummy); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:74: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:125: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:441:32: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 441 | lazyproduct::eval_dynamic(dst, lhs, rhs, internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, 1, -1, true>, Eigen::Product, Eigen::Matrix, 0>, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:231:93: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 231 | gebp_kernel gebp_kernel; | ^~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:231:93: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 231 | gebp_kernel gebp_kernel; | ^~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:232:74: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 232 | gemm_pack_rhs pack_rhs; | ^~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 233 | gemm_pack_rhs pack_rhs_panel; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2536:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2536 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2537 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2537:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2540 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2540:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2541 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2541:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 87 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 91 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 95 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 252 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 254 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 255 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | RhsMapper(actualRhs.data(), actualRhs.innerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 257 | dest.data(), 1, | ~~~~~~~~~~~~~~~ 258 | compatibleAlpha); | ~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, true>; Lhs = Eigen::Matrix; Rhs = const Eigen::Block, -1, 1, true>; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 221 | return m.cwiseAbs().sum(); | ~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 269 | return internal::lpNorm_selector::run(*this); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:455:74: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 455 | abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:564:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 564 | CoeffReadCost = evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, -1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>]' 178 | generic_product_impl::subTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>; Func = sub_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/NoAlias.h:59:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:289:26: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 289 | gebp_kernel(lhs.getSubMapper(i2,absolute_j2), | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 290 | blockA, blockB+j2*actual_kc, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | actual_mc, panelLength, actualPanelWidth, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 292 | Scalar(-1), | ~~~~~~~~~~~ 293 | actual_kc, actual_kc, // strides | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 294 | panelOffset, panelOffset); // offsets | ~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 319 | pack_lhs_panel(blockA, lhs.getSubMapper(i2,absolute_j2), | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 320 | actualPanelWidth, actual_mc, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 321 | actual_kc, j2); | ~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:371:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 371 | if(rs>0) A11.adjoint().template triangularView().template solveInPlace(A21); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 1; int Version = 0; ResScalar = double]' 106 | pack_lhs(blockA, lhs.getSubMapper(i2, k2), actual_kc, actual_mc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Block, -1, -1, false>; OtherType = Eigen::Block, -1, -1, false>; int UpLo = 1; typename MatrixType::Scalar = double]' 109 | internal::general_matrix_matrix_triangular_product::IsComplex, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111 | Scalar, OtherIsRowMajor ? ColMajor : RowMajor, (!OtherBlasTraits::NeedToConjugate) && NumTraits::IsComplex, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | IsRowMajor ? RowMajor : ColMajor, MatrixType::InnerStrideAtCompileTime, UpLo> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113 | ::run(size, depth, | ~~~~~^~~~~~~~~~~~~ 114 | actualOther.data(), actualOther.outerStride(), actualOther.data(), actualOther.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 115 | mat.data(), mat.innerStride(), mat.outerStride(), actualAlpha, blocking); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Block, -1, -1, false>; _MatrixType = Eigen::Block, -1, -1, false>; unsigned int UpLo = 1; Scalar = double]' 126 | selfadjoint_product_selector::run(_expression().const_cast_derived(), u.derived(), alpha); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 1; ResScalar = double]' 155 | Matrix buffer((internal::constructor_without_unaligned_array_assert())); | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 1; int Version = 0; ResScalar = double]' 116 | sybb(_res+resStride*i2 + resIncr*i2, resIncr, resStride, blockA, blockB + actual_kc*i2, actual_mc, actual_kc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:558:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, Eigen::internal::IteratorBased, double>' 558 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, -1, 1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseAssign.h:145:37: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, 1, true>; Functor = Eigen::internal::assign_op; Weak = void]' 145 | internal::evaluator srcEval(src); | ^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Assign.h:75:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 75 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:636:22: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 636 | Base::operator=(other.derived()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:613:13: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 613 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/sparse_matrix_utils.h:198:11: required from 'void GPBoost::TriangularSolve(const T_mat_L&, const T_mat_R&, T_mat_X&, bool) [with T_mat_L = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<(((std::is_same, T_mat1>::value && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_X>::value))>::type* = 0]' 198 | vec_t R_j = R_ptr->col(j); | ^~~ Vecchia_utils.cpp:1725:52: required from here 1725 | TriangularSolve(Bp, Bp_inv, Bp_inv, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseAssign.h:145:37: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, -1, 1, true>; Functor = Eigen::internal::assign_op; Weak = void]' 145 | internal::evaluator srcEval(src); | ^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, 1, true>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, 1, true>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::SparseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Block, -1, 1, true>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:75:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 75 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:636:22: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 636 | Base::operator=(other.derived()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:613:13: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Matrix]' 613 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, -1, 1, true>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ ./include/GPBoost/sparse_matrix_utils.h:198:11: required from 'void GPBoost::TriangularSolve(const T_mat_L&, const T_mat_R&, T_mat_X&, bool) [with T_mat_L = Eigen::SparseMatrix; T_mat_R = Eigen::SparseMatrix; T_mat_X = Eigen::SparseMatrix; typename std::enable_if<(((std::is_same, T_mat1>::value && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_R>::value)) && (! std::is_same, T_mat_X>::value))>::type* = 0]' 198 | vec_t R_j = R_ptr->col(j); | ^~~ Vecchia_utils.cpp:1725:52: required from here 1725 | TriangularSolve(Bp, Bp_inv, Bp_inv, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseProduct.h:73:15: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dest&, const Lhs&, const Rhs&, Eigen::SparseShape) [with Dest = Eigen::SparseMatrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 0>; Rhs = Eigen::SparseMatrix; int ProductType = 8]' 73 | LhsNested lhsNested(lhs); | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseProduct.h:43:11: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dest&, const Lhs&, const Rhs&) [with Dest = Eigen::SparseMatrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 0>; Rhs = Eigen::SparseMatrix; int ProductType = 8]' 43 | evalTo(dst, lhs, rhs, typename evaluator_traits::Shape()); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/CoreEvaluators.h:104:54: required from 'Eigen::internal::evaluator::evaluator(const T&) [with T = Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>]' 104 | explicit evaluator(const T& xpr) : evaluator(xpr) {} | ^ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:135:7: required from 'Eigen::internal::binary_evaluator, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased>::binary_evaluator(const XprType&) [with BinaryOp = Eigen::internal::scalar_sum_op; Lhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; Rhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Rhs = Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; XprType = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >]' 135 | m_lhsImpl(xpr.lhs()), | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:728:52: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with BinaryOp = Eigen::internal::scalar_sum_op; Lhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; Rhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; XprType = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >]' 728 | explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1195 | OtherCopyEval otherCopyEval(otherCopy); | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:689:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >; _Scalar = double; int _Options = 0; _StorageIndex = int]' 689 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1995:108: required from here 1995 | sp_mat_t cond_prec = Bp.transpose() * Dp_inv.asDiagonal() * Bp + Bop.transpose() * Do_inv.asDiagonal() * Bop; | ^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1696:38: required from here 1696 | pred_mean += cross_cov_pred_ip * vecchia_y; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Transpose >; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Transpose >]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseAssign.h:143:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 1, -1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:75:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Matrix]' 75 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:636:22: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Matrix]' 636 | Base::operator=(other.derived()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:613:13: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Matrix]' 613 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2185:34: required from here 2185 | vec_t v1 = Z_p_B_inv_D.row(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:171:23: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:372:64: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 372 | if(rs>0) A22.template selfadjointView().rankUpdate(A21,typename NumTraits::Literal(-1)); // bottleneck | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::AllRange<-1>, std::vector > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::AllRange<-1>, std::vector > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::AllRange<-1>, std::vector > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::internal::AllRange<-1>, std::vector >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::internal::AllRange<-1>, std::vector > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, 1, -1, true>; Rhs = Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 1; bool Conjugate = false]' 125 | Map >(rhs+s,r) -= rhs[i] * cjLhs.col(i).segment(s,r); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:73: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 2; bool Conjugate = false]' 78 | rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map >(rhs+s,k))).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2288:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2288 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2290:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2290 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2291:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2291 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2291:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2330:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2330 | PacketBlock kernel_half; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2330:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2336 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 1; _StorageIndex = long long int]' 1195 | OtherCopyEval otherCopyEval(otherCopy); | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:689:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::DiagonalWrapper >, 0>; _Scalar = double; int _Options = 1; _StorageIndex = long long int]' 689 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseProduct.h:73:15: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dest&, const Lhs&, const Rhs&, Eigen::SparseShape) [with Dest = Eigen::SparseMatrix; Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 0>; Rhs = Eigen::SparseMatrix; int ProductType = 8]' 73 | LhsNested lhsNested(lhs); | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseProduct.h:43:11: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/CoreEvaluators.h:104:54: required from 'Eigen::internal::evaluator::evaluator(const T&) [with T = Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>]' 104 | explicit evaluator(const T& xpr) : evaluator(xpr) {} | ^ ./include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:135:7: required from 'Eigen::internal::binary_evaluator, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased>::binary_evaluator(const XprType&) [with BinaryOp = Eigen::internal::scalar_sum_op; Lhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; Rhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Lhs = Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Rhs = Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; XprType = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >]' 135 | m_lhsImpl(xpr.lhs()), | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:728:52: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with BinaryOp = Eigen::internal::scalar_sum_op; Lhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; Rhs = const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>; XprType = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >]' 728 | explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >; _Scalar = double; int _Options = 0; _StorageIndex = int]' 1195 | OtherCopyEval otherCopyEval(otherCopy); | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:689:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2>, const Eigen::Product >, Eigen::DiagonalWrapper >, 0>, Eigen::SparseMatrix, 2> >; _Scalar = double; int _Options = 0; _StorageIndex = int]' 689 | *this = other.derived(); | ~~~~~~^~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1995:108: required from here 1995 | sp_mat_t cond_prec = Bp.transpose() * Dp_inv.asDiagonal() * Bp + Bop.transpose() * Do_inv.asDiagonal() * Bop; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:441:32: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' 441 | lazyproduct::eval_dynamic(dst, lhs, rhs, internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 8; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:101:24: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 101 | return internal::evaluator(derived()).coeff(row,col); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:120:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 120 | return coeff(row, col); | ~~~~~^~~~~~~~~~ Vecchia_utils.cpp:1362:69: required from here 1362 | D_inv_cluster_i.coeffRef(i, i) -= (A_i * cov_mat_obs_neighbors)(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true> >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, Eigen::internal::AllRange<-1>, std::vector > >; Rhs = Eigen::Transpose >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1696:38: required from here 1696 | pred_mean += cross_cov_pred_ip * vecchia_y; | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 1; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' 155 | pack_rhs(blockB+actual_kc*j2, other.getSubMapper(startBlock,j2), actualPanelWidth, actual_cols, actual_kc, blockBOffset); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Matrix; Rhs = Eigen::Matrix; int Side = 1; int Mode = 1]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 1]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 1]' 522 | { return solveInPlace(other); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:503:62: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Transpose >; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Transpose > >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Transpose > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Transpose > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Transpose > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Transpose > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1710:121: required from here 1710 | den_mat_t cross_cov_PP_Vecchia_woodbury = chol_fact_sigma_woodbury_cluster_i.solve(cross_cov_PP_Vecchia.transpose()); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:349:16: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1369:22: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1369:22: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:216:60: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductType = 8; Scalar = double]' 216 | internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1369:22: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix > >, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix > >, -1, 1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix > >, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix > >, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix > >, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1>, Eigen::Matrix > >, -1, 1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose, 1>, Eigen::Matrix > >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose, 1>, Eigen::Matrix > >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Transpose, 1>, Eigen::Matrix > >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Transpose, 1>, Eigen::Matrix > >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Transpose, 1>, Eigen::Matrix > >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Transpose, 1>, Eigen::Matrix > >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:216:60: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductType = 8; Scalar = double]' 216 | internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1544:26: required from 'void GPBoost::RECompGP::AddPredCovMatrices(const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat&, bool, bool, bool, const double*, bool, T_mat&) [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1544 | ZstarSigmatildeTZT = Zstar * Sigmatilde * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1493:59: required from here 1493 | re_comp_cross_cov_cluster_i_pred_ip->AddPredCovMatrices(gp_coords_mat_ip, gp_coords_mat_pred, cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1494 | cov_mat_pred_id, true, false, true, nullptr, false, cross_dist); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1036:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 1036 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 1, 1, false> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, 1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 1>, Eigen::Matrix > >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 1>, Eigen::Matrix > >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 1>, Eigen::Matrix > >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 1>, Eigen::Matrix > >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 1>, Eigen::Matrix > >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required 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, Eigen::internal::AllRange<-1>, std::vector > >, 1, -1, true>, const Eigen::Transpose >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1696:38: required from here 1696 | pred_mean += cross_cov_pred_ip * vecchia_y; | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1369:22: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:51: required from 'static void Eigen::internal::sparse_time_dense_product_impl::run(const SparseLhsType&, const DenseRhsType&, DenseResType&, const typename Eigen::internal::remove_all::type::Scalar&) [with SparseLhsType = Eigen::Transpose > >; DenseRhsType = Eigen::Transpose >; DenseResType = Eigen::Transpose >; typename Eigen::internal::remove_all::type::Scalar = double; Res = Eigen::Transpose >]' 163 | res.row(it.index()) += (alpha*it.value()) * rhs_j; | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:171:90: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1369:22: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1550:26: required from 'void GPBoost::RECompGP::AddPredCovMatrices(const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat&, bool, bool, bool, const double*, bool, T_mat&) [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1550 | ZstarSigmatildeTZT = Sigmatilde * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1493:59: required from here 1493 | re_comp_cross_cov_cluster_i_pred_ip->AddPredCovMatrices(gp_coords_mat_ip, gp_coords_mat_pred, cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1494 | cov_mat_pred_id, true, false, true, nullptr, false, cross_dist); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:51: required from 'static void Eigen::internal::sparse_time_dense_product_impl::run(const SparseLhsType&, const DenseRhsType&, DenseResType&, const typename Eigen::internal::remove_all::type::Scalar&) [with SparseLhsType = Eigen::Transpose > >; DenseRhsType = Eigen::Transpose >; DenseResType = Eigen::Transpose >; typename Eigen::internal::remove_all::type::Scalar = double; Res = Eigen::Transpose >]' 163 | res.row(it.index()) += (alpha*it.value()) * rhs_j; | ~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:171:90: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1550:26: required from 'void GPBoost::RECompGP::AddPredCovMatrices(const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat&, bool, bool, bool, const double*, bool, T_mat&) [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1550 | ZstarSigmatildeTZT = Sigmatilde * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1493:59: required from here 1493 | re_comp_cross_cov_cluster_i_pred_ip->AddPredCovMatrices(gp_coords_mat_ip, gp_coords_mat_pred, cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1494 | cov_mat_pred_id, true, false, true, nullptr, false, cross_dist); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::internal::AllRange<-1>, std::vector >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::IndexedView, AllRange<-1>, std::vector >, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::IndexedView, Eigen::internal::AllRange<-1>, std::vector >, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1633:122: required from here 1633 | cov_mat_obs_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * chol_ip_cross_cov_pred(Eigen::all, ind_pred); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 2; bool Conjugate = false]' 78 | rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map >(rhs+s,k))).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' 71 | triangular_solve_vector | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ::run(actualLhs.cols(), actualLhs.data(), actualLhs.outerStride(), actualRhs); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:351:23: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 351 | return unblocked(m); | ~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Cholesky/LLT.h:370:24: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long long int]' 370 | if((ret=unblocked(A11))>=0) return k+ret; | ~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:415:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' 415 | { return llt_inplace::blocked(m)==-1; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Cholesky/LLT.h:463:42: required from 'Eigen::LLT<_MatrixType, _UpLo>& Eigen::LLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 463 | bool ok = Traits::inplace_decomposition(m_matrix); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:109:14: required from 'Eigen::LLT::LLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 109 | compute(matrix.derived()); | ~~~~~~~^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:549:10: required from 'const Eigen::LLT::PlainObject> Eigen::MatrixBase::llt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' 549 | return LLT(derived()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1356:86: required from here 1356 | Eigen::LLT chol_fact_between_neighbors = cov_mat_between_neighbors.llt(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:891:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product >, Eigen::Matrix, 0>; OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 891 | this->_set_noalias(other); | ~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = sub_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:170:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 170 | call_assignment(derived(), other.derived(), internal::sub_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1634:83: required from here 1634 | cov_mat_between_neighbors -= sigma_ip_inv_cross_cov_neighbors.transpose() * sigma_ip_inv_cross_cov_neighbors; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1036:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 1036 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Product, Eigen::Matrix, 0>; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator >, Eigen::Product, Eigen::Matrix, 0>, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long long int]' 654 | m_functor.assignCoeff(m_dst.coeffRef(row,col), m_src.coeff(row,col)); | ~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, 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::Product, Eigen::Matrix, 0>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1703:118: required from here 1703 | den_mat_t cross_cov_PP_Vecchia = chol_ip_cross_cov_pred.transpose() * (chol_ip_cross_cov_obs * Vecchia_cross_cov); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Matrix > >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' 424 | call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose, 1>, Eigen::Matrix > >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, 1>, Eigen::Matrix > >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialLLT, 1, Eigen::AMDOrdering >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:2203:59: required from here 2203 | vec_t resp_aux2 = CholFac_M_aux_Woodbury.solve(resp_aux); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Derived = Eigen::Block >, 1, -1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:29: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1369:22: required from 'std::shared_ptr<_Tp> GPBoost::RECompGP::GetZSigmaZtGrad(int, bool, double) const [with T_mat = Eigen::Matrix]' 1369 | Z_sigma_grad_Zt = this->Z_ * sigma_grad * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1206:72: required from here 1206 | sigma_ip_grad[ipar] = *(re_comps_ip_cluster_i[0]->GetZSigmaZtGrad(ipar, true, re_comps_ip_cluster_i[0]->CovPars()[0])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block >, 1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block >, 1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block >, 1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:183:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, 1, -1, true> >; Derived = Eigen::Block >, 1, -1, true>]' 183 | call_assignment(derived(), other.derived(), internal::add_assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDenseProduct.h:163:29: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Transpose >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ ./include/GPBoost/re_comp.h:1550:26: required from 'void GPBoost::RECompGP::AddPredCovMatrices(const GPBoost::den_mat_t&, const GPBoost::den_mat_t&, T_mat&, T_mat&, bool, bool, bool, const double*, bool, T_mat&) [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix]' 1550 | ZstarSigmatildeTZT = Sigmatilde * this->Z_.transpose(); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vecchia_utils.cpp:1493:59: required from here 1493 | re_comp_cross_cov_cluster_i_pred_ip->AddPredCovMatrices(gp_coords_mat_ip, gp_coords_mat_pred, cross_cov_pred_ip, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1494 | cov_mat_pred_id, true, false, true, nullptr, false, cross_dist); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' 780 | DstEvaluatorType dstEvaluator(dst); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 1, -1, true> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Transpose, 1, -1, true> >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1>, Eigen::Matrix > >, const Eigen::Product, Eigen::Transpose, 1>, Eigen::Matrix > >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1374:119: required from here 1374 | A_i * ((chol_fact_between_neighbors.solve(cov_grad_mats_between_neighbors[ind_first_par + ipar])).transpose()); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:260:25: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 1; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' 260 | pack_rhs_panel(blockB+j2*actual_kc, | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 261 | rhs.getSubMapper(actual_k2+panelOffset, actual_j2), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 262 | panelLength, actualPanelWidth, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 263 | actual_kc, panelOffset); | ~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:32:12: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Side = 1; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' 27 | triangular_solve_matrix< | ~~~~~~~~~~~~~~~~~~~~~~~~ 28 | Scalar, Index, Side==OnTheLeft?OnTheRight:OnTheLeft, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29 | (Mode&UnitDiag) | ((Mode&Upper) ? Lower : Upper), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | NumTraits::IsComplex && Conjugate, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | TriStorageOrder==RowMajor ? ColMajor : RowMajor, ColMajor, OtherInnerStride> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | ::run(size, cols, tri, triStride, _other, otherIncr, otherStride, blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 2]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 2]' 522 | { return solveInPlace(other); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:504:62: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseUnaryOp, const Eigen::Transpose, 1>, Eigen::Transpose > > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseUnaryOp, const Eigen::Transpose, 1>, Eigen::Transpose > > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseUnaryOp, const Eigen::Transpose, 1>, Eigen::Transpose > > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryOp, const Eigen::Transpose, 1>, Eigen::Transpose > > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseUnaryOp, const Eigen::Transpose, 1>, Eigen::Transpose > > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ Vecchia_utils.cpp:1366:89: required from here 1366 | A_i_grad_sigma2 = -(chol_fact_between_neighbors.solve(A_i.transpose())).transpose(); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Product, Eigen::Matrix, 0>, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::LLT, 1>; RhsType = Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >]' 147 | src.dec()._solve_impl(src.rhs(), dst); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ Vecchia_utils.cpp:1691:147: required from here 1691 | vec_t vecchia_y = chol_fact_sigma_woodbury_cluster_i.solve((*sigma_cross_cov).transpose() * (Bt_D_inv_cluster_i * (B_cluster_i * y_cluster_i))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::ArithmeticSequence > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::ArithmeticSequence > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::ArithmeticSequence > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::ArithmeticSequence >, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::ArithmeticSequence > >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1171:38: required from 'void GPBoost::CovFunction::FindInitCovPar(const T_mat&, const GPBoost::den_mat_t&, bool, GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::den_mat_t = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1171 | den_mat_t coords_space = coords(sample_ind, Eigen::seq(1, Eigen::last)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1206:34: required from 'void GPBoost::RECompGP::FindInitCovPar(GPBoost::RNG_t&, GPBoost::vec_t&, double) const [with T_mat = Eigen::Matrix; GPBoost::RNG_t = std::mersenne_twister_engine; GPBoost::vec_t = Eigen::Matrix]' 1206 | cov_function_->FindInitCovPar(*dist_, coords_, false, rng, pars, marginal_variance); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:1199:8: required from here 1199 | void FindInitCovPar(RNG_t& rng, | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pthread -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c CG_utils.cpp -o CG_utils.o In file included from ./include/Eigen/Core:198, from ./include/Eigen/SparseCore:11, from ./include/Eigen/Sparse:26, from ./include/GPBoost/type_defs.h:20, from ./include/GPBoost/CG_utils.h:12, from CG_utils.cpp:9: ./include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:223:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 223 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:229:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 229 | template<> struct unpacket_traits { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1125:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1125 | ptranspose(PacketBlock& kernel) { | ^ ./include/Eigen/src/Core/arch/SSE/PacketMath.h:1130:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1130 | ptranspose(PacketBlock& kernel) { | ^ In file included from ./include/Eigen/Core:167: ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./include/Eigen/src/Core/arch/SSE/Complex.h:234:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 234 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ ./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 ./include/Eigen/Core:158: ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here 24 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from ./include/Eigen/Core:264: ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here 27 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' 266 | Alignment = internal::traits::Alignment, | ^~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:96:47: required from here 96 | ResAlignment = traits >::Alignment | ^~ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' 46 | typedef typename Coefficients::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' 273 | class Quaternion : public QuaternionBase > | ^~~~~~~~~~ ./include/Eigen/src/Geometry/arch/Geometry_SIMD.h:100:3: required from here 100 | { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/SparseCore:37: ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ ./include/GPBoost/type_defs.h:36:31: required from here 36 | typedef Eigen::Triplet Triplet_t; | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' 22 | typedef typename find_best_packet<_Scalar,size>::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:63:29: required from here 63 | for (int i = 0; i < (int)v.size(); ++i) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' 178 | class Matrix | ^~~~~~ ./include/GPBoost/utils.h:293:71: required from here 293 | inline void ConvertTo_T_mat_FromDense(const den_mat_t M, T_mat1& Mout) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/sparse_matrix_utils.h:438:25: required from here 438 | LtL = L.transpose() * L; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:65:49: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:65:51: required from here 65 | dist(i, j) = (coords2.row(i) - coords1.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/TriangularMatrix.h:175:44: required from 'struct Eigen::internal::traits >, 9> >' 175 | typedef typename MatrixType::PlainObject FullMatrixType; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase >, 9> >' 42 | typedef typename internal::traits::StorageKind StorageKind; | ^~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:27:34: required from 'class Eigen::TriangularBase >, 9> >' 27 | template class TriangularBase : public EigenBase | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:345:58: required from 'class Eigen::TriangularViewImpl >, 9, Eigen::Dense>' 345 | template class TriangularViewImpl<_MatrixType,_Mode,Dense> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 9>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ ./include/GPBoost/GP_utils.h:69:104: required from here 69 | dist.triangularView() = dist.triangularView().transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 1, -1, false>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:169:46: required from here 169 | coords_sum[i] = coords_all(i, Eigen::all).sum(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/GP_utils.h:323:28: required from here 323 | Sigma(i, j) -= M.col(i).dot(M.col(j)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:208:50: required from here 208 | coords_scaled.col(0) = coords.col(0) * pars[1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' 103 | template class Block | ^~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:210:78: required from here 210 | coords_scaled.rightCols(dim_space) = coords.rightCols(dim_space) * pars[2]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:224:55: required from here 224 | coords_scaled.col(i) = coords.col(i) / pars[i + 1]; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1174:120: required from here 1174 | distances[i * (2 * num_data_find_init - i - 1) / 2 + j - (i + 1)] = (coords_space.row(i) - coords_space.row(j)).lpNorm<2>(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:111: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, const Eigen::Block, 1, -1, false>, 1, -1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:1976:113: required from here 1976 | double dist_sq_ij_space = ((*coords_pred_ptr).row(i).tail(dim_space) - (*coords_ptr).row(j).tail(dim_space)).squaredNorm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:76: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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>': ./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> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/cov_fcts.h:2169:78: required from here 2169 | double dist_space = (coords_pred.tail(dim_space) - coords.tail(dim_space)).norm(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:377:24: required from here 377 | pars_trans = pars / sigma2; | ^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/re_comp.h:387:25: required from here 387 | pars_orig = sigma2 * pars; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/re_comp.h:745:30: required from here 745 | Z1Z2T = Z1 * Z2.transpose(); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, std::vector, Eigen::internal::AllRange<-1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, std::vector, Eigen::internal::AllRange<-1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, std::vector, Eigen::internal::AllRange<-1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, std::vector, Eigen::internal::AllRange<-1>, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, std::vector, Eigen::internal::AllRange<-1> >' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/re_comp.h:852:42: required from here 852 | coords_ = coords(uniques, Eigen::all); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:153:7: required from 'class Eigen::IndexedViewImpl, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange, Eigen::Dense>' 153 | class IndexedViewImpl | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/IndexedView.h:109:7: required from 'class Eigen::IndexedView, Eigen::VectorBlock, -1>, Eigen::internal::SingleRange>' 109 | class IndexedView : public IndexedViewImpl::StorageKind> | ^~~~~~~~~~~ ./include/GPBoost/CG_utils.h:441:29: required from here 441 | diag(pi.tail(num_re - m)).maxCoeff(&i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:449:47: required from here 449 | L_row_m = Sigma_L_k.row(pi(m)).transpose(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:511:21: required from here 511 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:520:87: required from here 520 | r = rhs - sigma_resid * u - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u));//r = rhs - A * u | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:525:79: required from here 525 | diag_sigma_resid_inv_r = diagonal_approx_inv_preconditioner.asDiagonal() * r; // ??? cwiseProd (TODO) | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:527:90: required from here 527 | sigma_cross_cov_diag_sigma_resid_inv_r = sigma_cross_cov_preconditioner.transpose() * diag_sigma_resid_inv_r; | ^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:529:196: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:197: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:529:198: required from here 529 | z = diag_sigma_resid_inv_r - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_r))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': ./include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' 179 | typedef typename internal::find_best_packet::type PacketScalar; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 6>' 126 | class dense_product_base | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:541:24: required from here 541 | a = r.transpose() * z; | ^ ./include/Eigen/src/Core/util/XprHelper.h:198:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 198 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:198:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/util/XprHelper.h:216:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 216 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:570:16: required from here 570 | h = z + b * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:69: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:635:70: required from here 635 | R = rhs - (chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * U)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:644:79: required from here 644 | diag_sigma_resid_inv_R = diagonal_approx_inv_preconditioner.asDiagonal() * R; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ ./include/GPBoost/CG_utils.h:648:196: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:197: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:648:198: required from here 648 | Z = diag_sigma_resid_inv_R - (diagonal_approx_inv_preconditioner.asDiagonal() * (sigma_cross_cov_preconditioner * chol_fact_woodbury_preconditioner.solve(sigma_cross_cov_diag_sigma_resid_inv_R))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:26: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >' 52 | template class Transpose | ^~~~~~~~~ ./include/GPBoost/CG_utils.h:665:41: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:665:44: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:99: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:665:108: required from here 665 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::DiagonalWrapper >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::DiagonalWrapper >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::DiagonalWrapper >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::DiagonalWrapper >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::DiagonalWrapper >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/GPBoost/CG_utils.h:666:26: required from here 666 | U += H * a.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:43:39: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 43 | typedef typename MatrixType::Scalar InputScalar; | ^~~~~~~~~~~ ./include/Eigen/src/Core/util/ForwardDeclarations.h:23:29: required from 'struct Eigen::internal::traits, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 23 | template struct traits : traits {}; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:23:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 23 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:669:36: required from here 669 | mean_R_norm = R.colwise().norm().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::DiagonalWrapper >, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/GPBoost/CG_utils.h:694:29: required from here 694 | H = Z + H * b.asDiagonal(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' 96 | class SparseMatrix | ^~~~~~~~~~~~ CG_utils.cpp:36:28: required from here 36 | p = std::min(p, (int)B_rm.cols()); | ^ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:54:39: required from here 54 | r = rhs - ((B_t_D_inv_rm * (B_rm * u)) + diag_W.cwiseProduct(u)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:54:40: required from here 54 | r = rhs - ((B_t_D_inv_rm * (B_rm * u)) + diag_W.cwiseProduct(u)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:54:64: required from here 54 | r = rhs - ((B_t_D_inv_rm * (B_rm * u)) + diag_W.cwiseProduct(u)); | ~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:54:66: required from here 54 | r = rhs - ((B_t_D_inv_rm * (B_rm * u)) + diag_W.cwiseProduct(u)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:54:67: required from here 54 | r = rhs - ((B_t_D_inv_rm * (B_rm * u)) + diag_W.cwiseProduct(u)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' 22 | class SparseTransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' 45 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ CG_utils.cpp:58:29: required from here 58 | B_invt_r = B_rm.transpose().triangularView().solve(r); | ~~~~~~~~~~~~~~^~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ CG_utils.cpp:58:74: required from here 58 | B_invt_r = B_rm.transpose().triangularView().solve(r); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:58:82: required from here 58 | B_invt_r = B_rm.transpose().triangularView().solve(r); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ CG_utils.cpp:59:64: required from here 59 | z = D_inv_plus_W_B_rm.triangularView().solve(B_invt_r); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:59:72: required from here 59 | z = D_inv_plus_W_B_rm.triangularView().solve(B_invt_r); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 2> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ CG_utils.cpp:63:84: required from here 63 | L_invt_r = L_SigmaI_plus_W_rm.transpose().triangularView().solve(r); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:63:92: required from here 63 | L_invt_r = L_SigmaI_plus_W_rm.transpose().triangularView().solve(r); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:143:94: required from here 143 | vec_t P_sqrt_invt_R = B_rm.transpose().triangularView().solve(R.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:152:104: required from here 152 | vec_t P_sqrt_invt_R = L_SigmaI_plus_W_rm.transpose().triangularView().solve(R.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:164:47: required from here 164 | V.col(i) = (B_t_D_inv_rm * (B_rm * H.col(i))) + diag_W.cwiseProduct(H.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:164:48: required from here 164 | V.col(i) = (B_t_D_inv_rm * (B_rm * H.col(i))) + diag_W.cwiseProduct(H.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:164:72: required from here 164 | V.col(i) = (B_t_D_inv_rm * (B_rm * H.col(i))) + diag_W.cwiseProduct(H.col(i)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:164:81: required from here 164 | V.col(i) = (B_t_D_inv_rm * (B_rm * H.col(i))) + diag_W.cwiseProduct(H.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ CG_utils.cpp:255:35: required from here 255 | diag_W_inv = diag_W.cwiseInverse(); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:267:20: required from here 267 | r = Sigma_rhs - u; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve, 1>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve, 1>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve, 1>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve, 1>, Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve, 1>, Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:270:80: required from here 270 | r = r - D_inv_B_rm.triangularView().solve(B_invt_W_u); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:283:119: required from here 283 | z = W_r - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_r)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:283:150: required from here 283 | z = W_r - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:283:151: required from here 283 | z = W_r - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:283:151: required from here 283 | z = W_r - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:287:72: required from here 287 | z = B_vecchia_pc.transpose() * (D_inv_vecchia_pc * (B_vecchia_pc * r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:287:73: required from here 287 | z = B_vecchia_pc.transpose() * (D_inv_vecchia_pc * (B_vecchia_pc * r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Solve, 1>, Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Solve, 1>, Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Solve, 1>, Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Solve, 1>, Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Solve, 1>, Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:296:103: required from here 296 | v = D_inv_B_rm.triangularView().solve(B_invt_h) + diag_W_inv.cwiseProduct(h); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Matrix, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:393:119: required from here 393 | Z = W_R - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_R)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:393:150: required from here 393 | Z = W_R - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:393:151: required from here 393 | Z = W_R - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:393:151: required from here 393 | Z = W_R - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:399:89: required from here 399 | Z.col(i) = B_vecchia_pc.transpose() * (D_inv_vecchia_pc * (B_vecchia_pc * (R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:399:90: required from here 399 | Z.col(i) = B_vecchia_pc.transpose() * (D_inv_vecchia_pc * (B_vecchia_pc * (R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, -1, -1>' 61 | template class Replicate | ^~~~~~~~~ CG_utils.cpp:413:29: required from here 413 | V += diag_W_inv.replicate(1, t).cwiseProduct(H); | ~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Replicate, -1, -1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Replicate, -1, -1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Replicate, -1, -1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Replicate, -1, -1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Replicate, -1, -1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:413:48: required from here 413 | V += diag_W_inv.replicate(1, t).cwiseProduct(H); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:512:54: required from here 512 | r = rhs - (B_t_D_inv_B_vec + diag_W.cwiseProduct(u) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_vec)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:512:171: required from here 512 | r = rhs - (B_t_D_inv_B_vec + diag_W.cwiseProduct(u) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_vec)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:512:172: required from here 512 | r = rhs - (B_t_D_inv_B_vec + diag_W.cwiseProduct(u) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_vec)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> >, 0>': ./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::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./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::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./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::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:512:172: required from here 512 | r = rhs - (B_t_D_inv_B_vec + diag_W.cwiseProduct(u) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_vec)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:512:173: required from here 512 | r = rhs - (B_t_D_inv_B_vec + diag_W.cwiseProduct(u) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_vec)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Matrix, 1>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product >, Eigen::Matrix, 1>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product >, Eigen::Matrix, 1>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:516:261: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:516:262: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:516:181: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:516:264: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:516:265: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': ./include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' 25 | template class TriangularViewImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' 187 | template class TriangularView | ^~~~~~~~~~~~~~ CG_utils.cpp:517:55: required from here 517 | z = B_rm.triangularView().solve(W_D_inv_inv.asDiagonal() * B_invt_r + vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:517:102: required from here 517 | z = B_rm.triangularView().solve(W_D_inv_inv.asDiagonal() * B_invt_r + vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:517:63: required from here 517 | z = B_rm.triangularView().solve(W_D_inv_inv.asDiagonal() * B_invt_r + vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:606:59: required from here 606 | W_D_inv_inv_B_invt_R.col(i) = W_D_inv_inv.cwiseProduct(B_rm.transpose().triangularView().solve(R.col(i))); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:615:210: required from here 615 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(B_t_D_inv_rm.transpose() * cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R.col(i)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:615:102: required from here 615 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia.col(i) = W_D_inv_inv.cwiseProduct(B_t_D_inv_rm.transpose() * cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:617:81: required from here 617 | W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_R = W_D_inv_inv_B_invt_R + vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 5>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 5>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:620:71: required from here 620 | Z.col(i) = B_rm.triangularView().solve(W_D_inv_inv_plus_vecchia_woodbury_woodbury_B_invt_R.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:638:69: required from here 638 | V.col(i) = B_t_D_inv_B_mat.col(i) + diag_W.cwiseProduct(H.col(i)) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mat.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:638:191: required from here 638 | V.col(i) = B_t_D_inv_B_mat.col(i) + diag_W.cwiseProduct(H.col(i)) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mat.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:638:142: required from here 638 | V.col(i) = B_t_D_inv_B_mat.col(i) + diag_W.cwiseProduct(H.col(i)) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mat.col(i)))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:638:192: required from here 638 | V.col(i) = B_t_D_inv_B_mat.col(i) + diag_W.cwiseProduct(H.col(i)) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mat.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:638:193: required from here 638 | V.col(i) = B_t_D_inv_B_mat.col(i) + diag_W.cwiseProduct(H.col(i)) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mat.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:638:194: required from here 638 | V.col(i) = B_t_D_inv_B_mat.col(i) + diag_W.cwiseProduct(H.col(i)) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mat.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, const Eigen::Product, Eigen::Product, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:638:194: required from here 638 | V.col(i) = B_t_D_inv_B_mat.col(i) + diag_W.cwiseProduct(H.col(i)) - B_t_D_inv_rm * (B_rm * ((*cross_cov) * chol_fact_sigma_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_B_mat.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Matrix >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Matrix > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:741:81: required from here 741 | B_inv_D_B_invt_u = D_inv_B_rm_.triangularView().solve((B_rm.transpose().triangularView().solve(u))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Matrix, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Matrix, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Matrix, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:742:68: required from here 742 | r = rhs - chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u) - B_inv_D_B_invt_u - diag_W_inv.asDiagonal() * u; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:742:68: required from here 742 | r = rhs - chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u) - B_inv_D_B_invt_u - diag_W_inv.asDiagonal() * u; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:742:72: required from here 742 | r = rhs - chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u) - B_inv_D_B_invt_u - diag_W_inv.asDiagonal() * u; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0> >, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:742:117: required from here 742 | r = rhs - chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * u) - B_inv_D_B_invt_u - diag_W_inv.asDiagonal() * u; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:758:66: required from here 758 | v = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h) + B_inv_D_B_invt_u + diag_W_inv.asDiagonal() * h; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:758:111: required from here 758 | v = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h) + B_inv_D_B_invt_u + diag_W_inv.asDiagonal() * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, 1, true>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, 1, true>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, 1, true>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, 1, true>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, 1, true>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, 1, true>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:832:60: required from here 832 | FITC_W_inv_R.col(i) = FITC_W_inv.asDiagonal() * R.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> >, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Solve >, 6>, Eigen::Block, -1, 1, true> > >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:850:89: required from here 850 | B_inv_D_B_invt_U.col(i) = D_inv_B_rm_.triangularView().solve((B_rm.transpose().triangularView().solve(H.col(i)))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:854:76: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ CG_utils.cpp:854:77: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:854:103: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' 63 | template class Diagonal | ^~~~~~~~ ./include/Eigen/src/Eigenvalues/Tridiagonalization.h:92:21: required from 'class Eigen::Tridiagonalization >' 92 | >::type DiagonalReturnType; | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:107:62: required from 'class Eigen::SelfAdjointEigenSolver >' 107 | typedef typename TridiagonalizationType::SubDiagonalType SubDiagonalType; | ^~~~~~~~~~~~~~~ CG_utils.cpp:975:44: required from here 975 | Eigen::SelfAdjointEigenSolver es; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' 63 | template class Diagonal | ^~~~~~~~ ./include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' 97 | >::type SubDiagonalReturnType; | ^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:107:62: required from 'class Eigen::SelfAdjointEigenSolver >' 107 | typedef typename TridiagonalizationType::SubDiagonalType SubDiagonalType; | ^~~~~~~~~~~~~~~ CG_utils.cpp:975:44: required from here 975 | Eigen::SelfAdjointEigenSolver es; | ^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ CG_utils.cpp:981:56: required from here 981 | e1_logLambda_e1 = es.eigenvectors().row(0).transpose().array() * es.eigenvalues().array().log() * es.eigenvectors().row(0).transpose().array(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1, false> > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1, false> > >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ CG_utils.cpp:981:64: required from here 981 | e1_logLambda_e1 = es.eigenvectors().row(0).transpose().array() * es.eigenvalues().array().log() * es.eigenvectors().row(0).transpose().array(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ CG_utils.cpp:981:91: required from here 981 | e1_logLambda_e1 = es.eigenvectors().row(0).transpose().array() * es.eigenvalues().array().log() * es.eigenvectors().row(0).transpose().array(); | ~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ CG_utils.cpp:981:97: required from here 981 | e1_logLambda_e1 = es.eigenvectors().row(0).transpose().array() * es.eigenvalues().array().log() * es.eigenvectors().row(0).transpose().array(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:981:98: required from here 981 | e1_logLambda_e1 = es.eigenvectors().row(0).transpose().array() * es.eigenvalues().array().log() * es.eigenvectors().row(0).transpose().array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:981:145: required from here 981 | e1_logLambda_e1 = es.eigenvectors().row(0).transpose().array() * es.eigenvalues().array().log() * es.eigenvectors().row(0).transpose().array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:993:68: required from here 993 | vec_t centered_zt_AI_A_deriv_PI_z = zt_AI_A_deriv_PI_z.array() - tr_AI_A_deriv; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:993:68: required from here 993 | vec_t centered_zt_AI_A_deriv_PI_z = zt_AI_A_deriv_PI_z.array() - tr_AI_A_deriv; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Replicate.h:61:65: required from 'class Eigen::Replicate, 1, -1>' 61 | template class Replicate | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::Replicate, 1, -1> > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Replicate, 1, -1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Replicate, 1, -1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:1005:72: required from here 1005 | den_mat_t centered_Z_AI_A_deriv_PI_Z = Z_AI_A_deriv_PI_Z.colwise() - tr_AI_A_deriv; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Replicate, 1, -1> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Replicate, 1, -1> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Replicate, 1, -1> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Replicate, 1, -1>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Replicate, 1, -1> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:1005:72: required from here 1005 | den_mat_t centered_Z_AI_A_deriv_PI_Z = Z_AI_A_deriv_PI_Z.colwise() - tr_AI_A_deriv; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' 56 | class PartialReduxExpr : public internal::dense_xpr_base< PartialReduxExpr >::type, | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 38 | >::type Scalar; | ^~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:1007:101: required from here 1007 | vec_t c_cov = (centered_Z_AI_A_deriv_PI_Z.cwiseProduct(centered_Z_BI_B_deriv_PI_Z)).rowwise().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:1007:101: required from here 1007 | vec_t c_cov = (centered_Z_AI_A_deriv_PI_Z.cwiseProduct(centered_Z_BI_B_deriv_PI_Z)).rowwise().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' 42 | class ArrayWrapper : public ArrayBase > | ^~~~~~~~~~~~ CG_utils.cpp:1009:22: required from here 1009 | c_opt = c_cov.array() / c_var.array(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:1009:39: required from here 1009 | c_opt = c_cov.array() / c_var.array(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, -1, 1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, -1, 1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' 103 | template class Block | ^~~~~ CG_utils.cpp:1039:22: required from here 1039 | double s = (L.col(j)).dot(L.col(ii)); | ~~~~~^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, Eigen::Matrix, 0> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ CG_utils.cpp:1117:36: required from here 1117 | r = rhs - SigmaI_plus_ZtWZ_rm * u; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1>, Eigen::Block, -1, 1, true>, Eigen::Dense>' 86 | class SolveImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1>, Eigen::Block, -1, 1, true> >' 62 | class Solve : public SolveImpl::StorageKind> | ^~~~~ CG_utils.cpp:1243:80: required from here 1243 | L_inv_R.col(i) = L_SigmaI_plus_ZtWZ_rm.triangularView().solve(R.col(i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 1, -1, true> >': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 1, -1, true> >' 36 | class SparseCompressedBase | ^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:96:7: required from 'class Eigen::internal::sparse_matrix_block_impl, 1, -1>' 96 | class sparse_matrix_block_impl | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:287:7: required from 'class Eigen::BlockImpl, 1, -1, true, Eigen::Sparse>' 287 | class BlockImpl,BlockRows,BlockCols,true,Sparse> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, true>' 103 | template class Block | ^~~~~ CG_utils.cpp:1491:22: required from here 1491 | double s = (L.row(r)).dot(L.row(c)); | ~~~~~^~~ ./include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:167:44: required from 'struct Eigen::internal::evaluator > >' 167 | typedef typename PlainObjectType::Scalar Scalar; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:273:8: required from 'struct Eigen::internal::evaluator >' 273 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:96:8: required from 'struct Eigen::internal::product_evaluator >, Eigen::Matrix, 0>, 6, Eigen::DenseShape, Eigen::DenseShape, double, double>' 96 | struct product_evaluator, ProductTag, LhsShape, RhsShape> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 0> >' 29 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:73:22: required from here 73 | a = r.transpose() * z; | ~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseCwiseUnaryOp.h:128:64: required from 'Derived& Eigen::SparseMatrixBase::operator*=(const Scalar&) [with Derived = Eigen::SparseMatrix; Scalar = double]' 128 | typedef typename internal::evaluator::InnerIterator EvalIterator; | ^~~~~~~~~~~~ CG_utils.cpp:1025:8: required from here 1025 | L *= 0.0; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, -1, 1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:549:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, Eigen::internal::IteratorBased, double>' 549 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, -1, 1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ CG_utils.cpp:1039:30: required from here 1039 | double s = (L.col(j)).dot(L.col(ii)); | ~~~~~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:270: ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ CG_utils.cpp:1039:30: required from here 1039 | double s = (L.col(j)).dot(L.col(ii)); | ~~~~~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' 1505 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseTriangularView.h:78:54: required from 'struct Eigen::internal::unary_evaluator, 1>, Eigen::internal::IteratorBased, double>' 78 | typedef typename evaluator::InnerIterator EvalIterator; | ^~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1> >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::TriangularView, 1>; _Scalar = double; int _Options = 1; _StorageIndex = int]' 1181 | const bool needToTranspose = (Flags & RowMajorBit) != (internal::evaluator::Flags & RowMajorBit); | ^~~~~ CG_utils.cpp:1485:38: required from here 1485 | L = A.triangularView(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': ./include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, 1, -1, true> > >' 336 | typedef typename DenseCoeffsBase::CoeffReturnType CoeffReturnType; | ^~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseBlock.h:549:8: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, Eigen::internal::IteratorBased, double>' 549 | struct unary_evaluator,BlockRows,BlockCols,true>, IteratorBased> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1080:8: required from 'struct Eigen::internal::block_evaluator, 1, -1, true, false>' 1080 | struct block_evaluator | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1027:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' 1027 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, 1, -1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ CG_utils.cpp:1491:30: required from here 1491 | double s = (L.row(r)).dot(L.row(c)); | ~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': ./include/Eigen/src/SparseCore/SparseDot.h:53:32: required from 'typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::SparseMatrixBase&) const [with OtherDerived = Eigen::Block, 1, -1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::internal::traits::Scalar = double]' 53 | internal::evaluator thisEval(derived()); | ^~~~~~~~ CG_utils.cpp:1491:30: required from here 1491 | double s = (L.row(r)).dot(L.row(c)); | ~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ CG_utils.cpp:43:13: required from here 43 | u.setZero(); | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' 94 | class CwiseUnaryOpImpl | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' 55 | class CwiseUnaryOp : public CwiseUnaryOpImpl::StorageKind>, internal::no_assignment_operator | ^~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ CG_utils.cpp:78:19: required from here 78 | r_norm = r.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' 347 | return derived() = Constant(rows(), cols(), val); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' 548 | return setConstant(Scalar(0)); | ^~~~~~~~~~~ CG_utils.cpp:132:12: required from here 132 | U.setZero(); | ~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:1022:16: required from 'static void Eigen::internal::conservative_resize_like_impl::run(Eigen::DenseBase&, Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; OtherDerived = Eigen::Matrix; bool IsVector = false; Eigen::Index = long long int]' 1022 | tmp.block(0,0,common_rows,common_cols) = _this.block(0,0,common_rows,common_cols); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:392:60: required from 'void Eigen::PlainObjectBase::conservativeResize(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; Eigen::Index = long long int]' 392 | internal::conservative_resize_like_impl::run(*this, rows, cols); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ CG_utils.cpp:208:34: required from here 208 | Tdiags[i].conservativeResize(j + 1, 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' 56 | template class VectorBlock | ^~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:543:19: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long long int]' 543 | diag.segment(i,n-i).minCoeff(&k); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:469:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::computeFromTridiagonal(const RealVectorType&, const SubDiagonalType&, int) [with _MatrixType = Eigen::Matrix; RealVectorType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix]' 469 | m_info = internal::computeFromTridiagonal_impl(m_eivalues, m_subdiag, m_maxIterations, computeEigenvectors, m_eivec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:980:29: required from here 980 | es.computeFromTridiagonal(Tdiags[i], Tsubdiags[i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' 221 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:869:57: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long long int]' 869 | Map > q(matrixQ,n,n); | ^ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:528:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long long int]' 528 | internal::tridiagonal_qr_step(diag.data(), subdiag.data(), start, end, computeEigenvectors ? eivec.data() : (Scalar*)0, n); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:469:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::computeFromTridiagonal(const RealVectorType&, const SubDiagonalType&, int) [with _MatrixType = Eigen::Matrix; RealVectorType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix]' 469 | m_info = internal::computeFromTridiagonal_impl(m_eivalues, m_subdiag, m_maxIterations, computeEigenvectors, m_eivec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:980:29: required from here 980 | es.computeFromTridiagonal(Tdiags[i], Tsubdiags[i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:42:25: required from here 42 | if (rhs.cwiseAbs().sum() < THRESHOLD_ZERO_RHS_CG) { | ~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:73:22: required from here 73 | a = r.transpose() * z; | ~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose > >, const Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose > >, const Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose > >, const Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose > >, const Eigen::Matrix, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:73:22: required from here 73 | a = r.transpose() * z; | ~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' 60 | class CwiseNullaryOp : public internal::dense_xpr_base< CwiseNullaryOp >::type, internal::no_assignment_operator | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:846:33: required from 'static Derived& Eigen::internal::setIdentity_impl::run(Derived&) [with Derived = Eigen::Matrix; bool Big = false]' 846 | return m = Derived::Identity(m.rows(), m.cols()); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:875:50: required from 'Derived& Eigen::MatrixBase::setIdentity() [with Derived = Eigen::Matrix]' 875 | return internal::setIdentity_impl::run(derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/Core/CwiseNullaryOp.h:892:21: required from 'Derived& Eigen::MatrixBase::setIdentity(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; Eigen::Index = long long int]' 892 | return setIdentity(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:467:24: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::computeFromTridiagonal(const RealVectorType&, const SubDiagonalType&, int) [with _MatrixType = Eigen::Matrix; RealVectorType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix]' 467 | m_eivec.setIdentity(diag.size(), diag.size()); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:980:29: required from here 980 | es.computeFromTridiagonal(Tdiags[i], Tsubdiags[i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Jacobi/Jacobi.h:313:10: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long long int]' 313 | ColXpr x(this->col(p)); | ^ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:870:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long long int]' 870 | q.applyOnTheRight(k,k+1,rot); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:528:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long long int]' 528 | internal::tridiagonal_qr_step(diag.data(), subdiag.data(), start, end, computeEigenvectors ? eivec.data() : (Scalar*)0, n); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:469:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::computeFromTridiagonal(const RealVectorType&, const SubDiagonalType&, int) [with _MatrixType = Eigen::Matrix; RealVectorType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix]' 469 | m_info = internal::computeFromTridiagonal_impl(m_eivalues, m_subdiag, m_maxIterations, computeEigenvectors, m_eivec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:980:29: required from here 980 | es.computeFromTridiagonal(Tdiags[i], Tsubdiags[i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': ./include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' 79 | CoeffReadCost = internal::evaluator::CoeffReadCost | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false> >; Derived = Eigen::Block, -1, 1, false>]' 123 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Visitor.h:255:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' 255 | this->visit(minVisitor); | ~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:543:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long long int]' 543 | diag.segment(i,n-i).minCoeff(&k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:469:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::computeFromTridiagonal(const RealVectorType&, const SubDiagonalType&, int) [with _MatrixType = Eigen::Matrix; RealVectorType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix]' 469 | m_info = internal::computeFromTridiagonal_impl(m_eivalues, m_subdiag, m_maxIterations, computeEigenvectors, m_eivec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:980:29: required from here 980 | es.computeFromTridiagonal(Tdiags[i], Tsubdiags[i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:982:31: required from here 982 | ldet += e1_logLambda_e1.sum(); | ~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:995:87: required from here 995 | c_opt = (centered_zt_AI_A_deriv_PI_z.cwiseProduct(centered_zt_BI_B_deriv_PI_z)).mean(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': ./include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' 475 | EIGEN_PLAIN_ENUM_MIN(evaluator::Alignment, evaluator::Alignment), | ^~~~~~~~~ ./include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long long int]' 315 | internal::apply_rotation_in_the_plane(x, y, j.transpose()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:870:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long long int]' 870 | q.applyOnTheRight(k,k+1,rot); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:528:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long long int]' 528 | internal::tridiagonal_qr_step(diag.data(), subdiag.data(), start, end, computeEigenvectors ? eivec.data() : (Scalar*)0, n); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:469:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::computeFromTridiagonal(const RealVectorType&, const SubDiagonalType&, int) [with _MatrixType = Eigen::Matrix; RealVectorType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix]' 469 | m_info = internal::computeFromTridiagonal_impl(m_eivalues, m_subdiag, m_maxIterations, computeEigenvectors, m_eivec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:980:29: required from here 980 | es.computeFromTridiagonal(Tdiags[i], Tsubdiags[i]); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' 39 | template class ArrayBase | ^~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ CG_utils.cpp:993:68: required from here 993 | vec_t centered_zt_AI_A_deriv_PI_z = zt_AI_A_deriv_PI_z.array() - tr_AI_A_deriv; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./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 long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h: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]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 98 | return numext::real((*this).cwiseAbs2().sum()); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' 110 | return numext::sqrt(squaredNorm()); | ^~~~~~~~~~~ CG_utils.cpp:78:19: required from here 78 | r_norm = r.norm(); | ~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:164:81: required from here 164 | V.col(i) = (B_t_D_inv_rm * (B_rm * H.col(i))) + diag_W.cwiseProduct(H.col(i)); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/CoreEvaluators.h:583:40: required from 'Eigen::internal::unary_evaluator, Eigen::internal::IndexBased>::CoeffReturnType Eigen::internal::unary_evaluator, Eigen::internal::IndexBased>::coeff(Eigen::Index, Eigen::Index) const [with UnaryOp = Eigen::internal::scalar_sqrt_op; ArgType = const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::CwiseUnaryOp::Scalar = double; CoeffReturnType = double; Eigen::Index = long long int]' 583 | return m_d.func()(m_d.argImpl.coeff(row, col)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:381:23: required from 'Eigen::internal::redux_evaluator<_XprType>::CoeffReturnType Eigen::internal::redux_evaluator<_XprType>::coeffByOuterInner(Eigen::Index, Eigen::Index) const [with _XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; CoeffReturnType = double; Eigen::Index = long long int]' 381 | { return Base::coeff(IsRowMajor ? outer : inner, IsRowMajor ? inner : outer); } | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:202:33: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >; Scalar = double]' 202 | res = eval.coeffByOuterInner(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/Redux.h: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::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:171:41: required from here 171 | mean_R_norm = R.colwise().norm().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1377:41: required from 'struct Eigen::internal::evaluator_wrapper_base, 1, -1, false> > > >' 1377 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1457:8: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false> > >, Eigen::internal::IndexBased, double>' 1457 | struct unary_evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper, 1, -1, false> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:981:145: required from here 981 | e1_logLambda_e1 = es.eigenvectors().row(0).transpose().array() * es.eigenvalues().array().log() * es.eigenvectors().row(0).transpose().array(); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose > >, const Eigen::Matrix > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 251 | dst.coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 124 | generic_product_impl::evalTo(m_result, xpr.lhs(), xpr.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product >, Eigen::Matrix, 0>]' 35 | EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit evaluator(const XprType& xpr) : Base(xpr) {} | ^ ./include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' 137 | return internal::evaluator(derived()).coeff(0,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:73:22: required from here 73 | a = r.transpose() * z; | ~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/CoreEvaluators.h:583:40: required from 'Eigen::internal::unary_evaluator, Eigen::internal::IndexBased>::CoeffReturnType Eigen::internal::unary_evaluator, Eigen::internal::IndexBased>::coeff(Eigen::Index, Eigen::Index) const [with UnaryOp = Eigen::internal::scalar_sqrt_op; ArgType = const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::CwiseUnaryOp::Scalar = double; CoeffReturnType = double; Eigen::Index = long long int]' 583 | return m_d.func()(m_d.argImpl.coeff(row, col)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:381:23: required from 'Eigen::internal::redux_evaluator<_XprType>::CoeffReturnType Eigen::internal::redux_evaluator<_XprType>::coeffByOuterInner(Eigen::Index, Eigen::Index) const [with _XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; CoeffReturnType = double; Eigen::Index = long long int]' 381 | { return Base::coeff(IsRowMajor ? outer : inner, IsRowMajor ? inner : outer); } | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:202:33: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >; Scalar = double]' 202 | res = eval.coeffByOuterInner(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/Redux.h: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::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:171:41: required from here 171 | mean_R_norm = R.colwise().norm().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ CG_utils.cpp:1007:102: required from here 1007 | vec_t c_cov = (centered_Z_AI_A_deriv_PI_Z.cwiseProduct(centered_Z_BI_B_deriv_PI_Z)).rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix >, 2, -1, true> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long long int]' 217 | PanelEvaluator panel_eval(panel); | ^~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:789:80: required from 'PacketType Eigen::internal::binary_evaluator, Eigen::internal::IndexBased, Eigen::internal::IndexBased>::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; BinaryOp = Eigen::internal::scalar_quotient_op; Lhs = const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Rhs = const Eigen::CwiseNullaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Lhs = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::CwiseBinaryOp::Rhs = Eigen::CwiseNullaryOp, const Eigen::Matrix >; Eigen::Index = long long int]' 789 | return m_d.func().packetOp(m_d.lhsImpl.template packet(index), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:681:114: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignPacket(Eigen::Index) [with int StoreMode = 16; int LoadMode = 0; PacketType = __vector(2) double; DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long long int]' 681 | m_functor.template assignPacket(&m_dst.coeffRef(index), m_src.template packet(index)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:437:75: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ CG_utils.cpp:1007:102: required from here 1007 | vec_t c_cov = (centered_Z_AI_A_deriv_PI_Z.cwiseProduct(centered_Z_BI_B_deriv_PI_Z)).rowwise().mean(); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Matrix, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Matrix, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Matrix, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Matrix, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Matrix, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, 1, -1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, 1, -1, true>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ CG_utils.cpp:1007:102: required from here 1007 | vec_t c_cov = (centered_Z_AI_A_deriv_PI_Z.cwiseProduct(centered_Z_BI_B_deriv_PI_Z)).rowwise().mean(); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/CoreEvaluators.h:583:40: required from 'Eigen::internal::unary_evaluator, Eigen::internal::IndexBased>::CoeffReturnType Eigen::internal::unary_evaluator, Eigen::internal::IndexBased>::coeff(Eigen::Index, Eigen::Index) const [with UnaryOp = Eigen::internal::scalar_sqrt_op; ArgType = const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>; typename Eigen::CwiseUnaryOp::Scalar = double; CoeffReturnType = double; Eigen::Index = long long int]' 583 | return m_d.func()(m_d.argImpl.coeff(row, col)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:381:23: required from 'Eigen::internal::redux_evaluator<_XprType>::CoeffReturnType Eigen::internal::redux_evaluator<_XprType>::coeffByOuterInner(Eigen::Index, Eigen::Index) const [with _XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; CoeffReturnType = double; Eigen::Index = long long int]' 381 | { return Base::coeff(IsRowMajor ? outer : inner, IsRowMajor ? inner : outer); } | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:202:33: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> > >; Scalar = double]' 202 | res = eval.coeffByOuterInner(0, 0); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./include/Eigen/src/Core/Redux.h: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::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0> >; typename Eigen::internal::traits::Scalar = double]' 478 | return Scalar(derived().redux(Eigen::internal::scalar_sum_op())) / Scalar(this->size()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:171:41: required from here 171 | mean_R_norm = R.colwise().norm().mean(); | ~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, -1, -1, false>; Functor = assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, -1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, -1, -1, false>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, -1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, -1, -1, false>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:57:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Block.h:341:5: required from 'Eigen::internal::BlockImpl_dense& Eigen::internal::BlockImpl_dense::operator=(const Eigen::internal::BlockImpl_dense&) [with XprType = Eigen::Matrix; int BlockRows = -1; int BlockCols = -1; bool InnerPanel = false]' 1197 | Base::operator=(other); \ | ~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Block.h:161:5: required from 'Eigen::BlockImpl& Eigen::BlockImpl::operator=(const Eigen::BlockImpl&) [with XprType = Eigen::Matrix; int BlockRows = -1; int BlockCols = -1; bool InnerPanel = false]' 1197 | Base::operator=(other); \ | ~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Block.h:111:5: required from 'Eigen::Block& Eigen::Block::operator=(const Eigen::Block&) [with XprType = Eigen::Matrix; int BlockRows = -1; int BlockCols = -1; bool InnerPanel = false]' 1197 | Base::operator=(other); \ | ~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:1022:46: required from 'static void Eigen::internal::conservative_resize_like_impl::run(Eigen::DenseBase&, Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; OtherDerived = Eigen::Matrix; bool IsVector = false; Eigen::Index = long long int]' 1022 | tmp.block(0,0,common_rows,common_cols) = _this.block(0,0,common_rows,common_cols); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:392:60: required from 'void Eigen::PlainObjectBase::conservativeResize(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; Eigen::Index = long long int]' 392 | internal::conservative_resize_like_impl::run(*this, rows, cols); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ CG_utils.cpp:208:34: required from here 208 | Tdiags[i].conservativeResize(j + 1, 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:323: ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 126 | Index pb_max_threads = std::max(1,size / Functor::Traits::nr); | ^~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' 148 | generic_product_impl::evalTo(dst, src.lhs(), src.rhs()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from ./include/Eigen/Core:326: ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 306 | typedef typename Traits::LhsPacket LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 346 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 347 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 348 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 349 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | RhsMapper(actualRhsPtr, 1), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | dest.data(), dest.col(0).innerStride(), //NOTE if dest is not a vector at compile-time, then dest.innerStride() might be wrong. (bug 1166) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 352 | actualAlpha); | ~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 310 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 346 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 347 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 348 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 349 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | RhsMapper(actualRhsPtr, 1), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | dest.data(), dest.col(0).innerStride(), //NOTE if dest is not a vector at compile-time, then dest.innerStride() might be wrong. (bug 1166) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 352 | actualAlpha); | ~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': ./include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' 314 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 346 | general_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 347 | ::run( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 348 | actualLhs.rows(), actualLhs.cols(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 349 | LhsMapper(actualLhs.data(), actualLhs.outerStride()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | RhsMapper(actualRhsPtr, 1), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | dest.data(), dest.col(0).innerStride(), //NOTE if dest is not a vector at compile-time, then dest.innerStride() might be wrong. (bug 1166) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 352 | actualAlpha); | ~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' 361 | { Derived::scaleAndAddTo(dst,lhs,rhs,alpha); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' 349 | { dst.setZero(); scaleAndAddTo(dst, lhs, rhs, Scalar(1)); } | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:114:15: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::Matrix, 1>, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' 370 | typedef typename nested_eval::type RhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Solve, 1>, Eigen::Matrix >; Scalar = double]' 478 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | ::scaleAndAddTo(dst_vec, a_lhs, a_rhs.col(0), alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Solve, 1>, Eigen::Matrix >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/Product.h:113:15: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/util/XprHelper.h:380:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' 380 | typedef typename plain_matrix_type_dense::XprKind, evaluator::Flags>::type type; | ^~~~ ./include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, Eigen::DenseShape, Eigen::DenseShape, 7>' 369 | typedef typename nested_eval::type LhsNested; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Solve, 1>, Eigen::Matrix >; Scalar = double]' 485 | return internal::generic_product_impl | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 486 | ::scaleAndAddTo(dst_vec, a_lhs.row(0), a_rhs, alpha); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Solve, 1>, Eigen::Matrix >]' 464 | scaleAndAddTo(dst, lhs, rhs, Scalar(-1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 296 | dest.matrix() += actualAlpha * MappedDest(actualDestPtr, dest.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1110:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1110 | typedef typename HalfTraits::LhsPacket LhsPacketHalf; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1115:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' 1115 | typedef typename QuarterTraits::LhsPacket LhsPacketQuarter; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 82 | gebp_kernel gebp; | ^~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:455:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 455 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:456:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 456 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:457:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 457 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:414:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 414 | prefix ## name ## Packet | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 463 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:463:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 464 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:464:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 490 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:490:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 491 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:491:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 492 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:492:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 495 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:495:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false> >': ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false> >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' 97 | { return mat.MEMBER(); } \ | ~~~~~~~~~~^~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long long int]' 183 | return m_functor(m_arg.template subVector(index)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PartialReduxEvaluator.h:214:47: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:805:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 805 | internal::call_assignment_no_alias(this->derived(), other.derived(), internal::assign_op()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:602:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' 602 | _set_noalias(other); | ~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 423 | : Base(other.derived()) | ^ CG_utils.cpp:1007:102: required from here 1007 | vec_t c_cov = (centered_Z_AI_A_deriv_PI_Z.cwiseProduct(centered_Z_BI_B_deriv_PI_Z)).rowwise().mean(); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 104 | pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2288:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2288 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2290:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2290 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2291:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2291 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2291:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2330:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2330 | PacketBlock kernel_half; | ^~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2330:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2336 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2336:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 133 | gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Transpose >, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1950:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1950 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1951 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1951:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2007:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2007 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2008:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2008 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2009:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2009 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2010:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2010 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' 366 | dest += (alpha*actual_rhs.coeff(k)) * lhs.col(k); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' 207 | ::run(rhs.transpose(), lhs.transpose(), destT, alpha); | ~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' 115 | pack_lhs(blockA+info[tid].lhs_start*actual_kc, lhs.getSubMapper(info[tid].lhs_start,k), actual_kc, info[tid].lhs_length); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' 230 | Gemm::run(rows, cols, m_lhs.cols(), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | &m_lhs.coeffRef(row,0), m_lhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | &m_rhs.coeffRef(0,col), m_rhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.innerStride(), m_dest.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 234 | m_actualAlpha, m_blocking, info); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long long int]' 141 | return func(0,rows, 0,cols); | ~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; Scalar = double]' 508 | internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >]' 445 | scaleAndAddTo(dst, lhs, rhs, Scalar(1)); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2132:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2132 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2134:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2134 | HalfPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2135 | QuarterPacketSize = unpacket_traits::size, | ^~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2135:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; U = Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:276:44: required from here 276 | Sigma_Lkt_W_r = Sigma_L_k.transpose() * W_r; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:387:120: required from here 387 | Z = W_R - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0, 7>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Solve, 1>, Eigen::Matrix >, 0>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:387:120: required from here 387 | Z = W_R - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Matrix >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Matrix >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Matrix >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Matrix >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Matrix >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:278:119: required from here 278 | z = W_r - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:283:151: required from here 283 | z = W_r - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Solve, 1>, Eigen::Matrix >, 1>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Solve, 1>, Eigen::Matrix >, 1> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Solve, 1>, Eigen::Matrix >, 1> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Solve, 1>, Eigen::Matrix >, 1, 8>' 120 | class dense_product_base | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Solve, 1>, Eigen::Matrix >, 1, Eigen::Dense>' 152 | class ProductImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 1>' 71 | class Product : public ProductImpl<_Lhs,_Rhs,Option, | ^~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:387:120: required from here 387 | Z = W_R - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, true>, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Block, -1, 1, true>, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Block, -1, 1, true>, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Functor = add_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Matrix, 1>, Eigen::Solve, 1>, Eigen::Matrix >, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:384:120: required from here 384 | Z = W_R - (diag_W.asDiagonal() * Sigma_L_k) * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:758:111: required from here 758 | v = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h) + B_inv_D_B_invt_u + diag_W_inv.asDiagonal() * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:278:119: required from here 278 | z = W_r - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:283:151: required from here 283 | z = W_r - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_r)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long long int]' 606 | return (m_lhs.row(row).transpose().cwiseProduct( m_rhs.col(col) )).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator >, Eigen::Matrix, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long long int]' 654 | m_functor.assignCoeff(m_dst.coeffRef(row,col), m_src.coeff(row,col)); | ~~~~~~~~~~~^~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:382:44: required from here 382 | Sigma_Lkt_W_R = Sigma_L_k.transpose() * W_R; | ^~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Matrix >, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:387:120: required from here 387 | Z = W_R - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:387:120: required from here 387 | Z = W_R - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_R)); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required 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, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:758:111: required from here 758 | v = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h) + B_inv_D_B_invt_u + diag_W_inv.asDiagonal() * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Matrix >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Matrix >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Matrix >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Matrix >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:278:119: required from here 278 | z = W_r - diag_W.asDiagonal() * (Sigma_L_k * chol_fact_I_k_plus_Sigma_L_kt_W_Sigma_L_k_vecchia.solve(Sigma_Lkt_W_r)); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Matrix, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:283:151: required from here 283 | z = W_r - diagonal_approx_inv_preconditioner.asDiagonal() * ((*cross_cov) * chol_fact_woodbury_preconditioner.solve((*cross_cov).transpose() * W_r)); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long long int; DataMapper = Eigen::internal::blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': ./include/Eigen/src/Core/products/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long long int; int Mode = 1; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' 155 | pack_rhs(blockB+actual_kc*j2, other.getSubMapper(startBlock,j2), actualPanelWidth, actual_cols, actual_kc, blockBOffset); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Matrix; Rhs = Eigen::Matrix; int Side = 1; int Mode = 1]' 100 | triangular_solve_matrix | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.innerStride(), rhs.outerStride(), blocking); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 1]' 181 | internal::triangular_solver_selector::type, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | Side, Mode>::run(derived().nestedExpression(), otherCopy); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 1]' 522 | { return solveInPlace(other); } | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ./include/Eigen/src/Cholesky/LLT.h:503:62: required from 'void Eigen::LLT::_solve_impl_transposed(const RhsType&, DstType&) const [with bool Conjugate = true; RhsType = Eigen::Product >, Eigen::Matrix, 0>; DstType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' 503 | matrixL().template conjugateIf().solveInPlace(dst); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Cholesky/LLT.h:494:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 332 | Base::template _init1(x); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/AssignEvaluator.h:840:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 840 | typename plain_matrix_type::type tmp(src); | ^~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:612:195: required from here 612 | cross_cov_sigma_woodbury_woodbury_cross_cov_B_t_D_inv_W_D_inv_inv_B_invt_R = (*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * B_t_D_inv_W_D_inv_inv_B_invt_R)); | ^ ./include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2491:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2491 | PacketBlock kernel; | ^~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/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, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required 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, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>, const Eigen::Transpose > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/GeneralProduct.h:379:88: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' 379 | dest.coeffRef(i) += alpha * (lhs.row(i).cwiseProduct(actual_rhs.transpose())).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >; Rhs = Eigen::Matrix; Scalar = double]' 385 | internal::gemv_dense_selector::HasUsableDirectAccess) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 388 | >::run(actual_lhs, actual_rhs, dst, alpha); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:361:27: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:758:111: required from here 758 | v = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h) + B_inv_D_B_invt_u + diag_W_inv.asDiagonal() * h; | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Matrix, 0> > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:167:108: required from here 167 | a = (R.cwiseProduct(Z).transpose() * v1).array() * (H.cwiseProduct(V).transpose() * v1).array().inverse(); //cheap | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required 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>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Block, -1, 1, true>, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Block, -1, 1, true>, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Matrix, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Matrix, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Matrix, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:758:111: required from here 758 | v = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h) + B_inv_D_B_invt_u + diag_W_inv.asDiagonal() * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::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>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:221:34: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 1; bool Conjugate = false]' 125 | Map >(rhs+s,r) -= rhs[i] * cjLhs.col(i).segment(s,r); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' 302 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' 555 | class DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' 98 | class PlainObjectBase : public internal::dense_xpr_base::type | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:178:7: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' 329 | class BlockImpl_dense | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' 118 | template class TransposeImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 52 | template class Transpose | ^~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': ./include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' 481 | class DenseCoeffsBase : public DenseCoeffsBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' 37 | template class MapBase | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' 94 | template class Map | ^~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:73: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 2; bool Conjugate = false]' 78 | rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map >(rhs+s,k))).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Matrix, 0>, 0>, const Eigen::Matrix >, const Eigen::Product >, Eigen::Matrix, 1> >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:758:111: required from here 758 | v = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * h) + B_inv_D_B_invt_u + diag_W_inv.asDiagonal() * h; | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1036:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 1036 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 30 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' 311 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 90 | struct evaluator : public unary_evaluator | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:37: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Product >, Eigen::Product, Eigen::Block, -1, 1, true>, 0>, 0>, const Eigen::Block, -1, 1, true> >, const Eigen::Product >, Eigen::Block, -1, 1, true>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:854:140: required from here 854 | V.col(i) = chol_ip_cross_cov.transpose() * (chol_ip_cross_cov * H.col(i)) + B_inv_D_B_invt_U.col(i) + diag_W_inv.asDiagonal() * H.col(i); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long long int; int Mode = 2; bool Conjugate = false]' 78 | rhs[i] -= (cjLhs.row(i).segment(s,k).transpose().cwiseProduct(Map >(rhs+s,k))).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' 71 | triangular_solve_vector | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ::run(actualLhs.cols(), actualLhs.data(), actualLhs.outerStride(), actualRhs); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:1036:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 1036 | CoeffReadCost = evaluator::CoeffReadCost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' 774 | SrcEvaluatorType srcEvaluator(src); | ^~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true>, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true, false>' 172 | template class BlockImpl_dense | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true, Eigen::Dense>' 154 | class BlockImpl | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true>' 103 | template class Block | ^~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:944:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Functor = Eigen::internal::assign_op; Weak = void]' 944 | call_dense_assignment_loop(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Block, -1, 1, true>, 0> >, 0>, 1> >; Derived = Eigen::Block, -1, 1, true>]' 66 | internal::call_assignment(derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CG_utils.cpp:836:205: required from here 836 | Z.col(i) = FITC_W_inv_R.col(i) - FITC_W_inv.asDiagonal() * ((*cross_cov_preconditioner) * (chol_fact_sigma_woodbury_preconditioner.solve((*cross_cov_preconditioner).transpose() * FITC_W_inv_R.col(i)))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >, 0>': ./include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> > >' 41 | template class DenseBase | ^~~~~~~~~ ./include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> > >' 48 | template class MatrixBase | ^~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:154:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true>, Eigen::Dense>' 154 | class CwiseBinaryOpImpl | ^~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >' 77 | class CwiseBinaryOp : | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/Eigen/src/Core/Dot.h:84:58: [ skipping 38 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >': ./include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >' 100 | struct evaluator | ^~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:738:69: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' 738 | CoeffReadCost = evaluator::CoeffReadCost + evaluator::CoeffReadCost + functor_traits::Cost, | ^~~~~~~~~~~~~ ./include/Eigen/src/Core/CoreEvaluators.h:721:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> > >' 721 | struct evaluator > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> > >' 357 | class redux_evaluator : public internal::evaluator<_XprType> | ^~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 414 | ThisEvaluator thisEval(derived()); | ^~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: [ skipping 40 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/CoreEvaluators.h:1064:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1064 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ ./include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >; Eigen::Index = long long int]': ./include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> > >; Scalar = double]' 243 | const Index alignedStart = internal::first_default_aligned(xpr); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 418 | return internal::redux_impl::run(thisEval, func, derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' 463 | return derived().redux(Eigen::internal::scalar_sum_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true>; ResScalar = double]' 50 | return a.transpose().template binaryExpr(b).sum(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ./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, Eigen::Product >, Eigen::Matrix, 1>, 0>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' 84 | return internal::dot_nocheck::run(*this, other); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ./include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] ./include/Eigen/src/Core/AssignEvaluator.h:880:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op]' 880 | Assignment::run(actualDst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:848:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' 848 | call_assignment_no_alias(dst, src, func); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/AssignEvaluator.h:826:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>]' 826 | call_assignment(dst, src, internal::assign_op()); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/PlainObjectBase.h:787:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; Derived = Eigen::Matrix]' 787 | internal::call_assignment(this->derived(), other.derived()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Product >, Eigen::Product, Eigen::Solve, 1>, Eigen::Product >, Eigen::Product, Eigen::Product >, Eigen::Matrix, 1>, 0>, 0> >, 0>, 0>, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' 225 | return Base::_set(other); | ~~~~~~~~~~^~~~~~~ CG_utils.cpp:516:266: required from here 516 | vecchia_cross_cov_sigma_woodbury_woodbury_inv_cross_cov_vecchia = W_D_inv_inv.asDiagonal() * (B_t_D_inv_rm.transpose() * ((*cross_cov) * (chol_fact_sigma_woodbury_woodbury.solve((*cross_cov).transpose() * (B_t_D_inv_rm * (W_D_inv_inv.asDiagonal() * B_invt_r)))))); | ^ ./include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c cs_spsolve.c -o cs_spsolve.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c cs_reach.c -o cs_reach.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I./include -DEIGEN_MPL2_ONLY -DMM_PREFETCH=1 -DMM_MALLOC=1 -DWIN_HAS_INET_PTON=1 -DUSE_SOCKET -DLGB_R_BUILD -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c cs_dfs.c -o cs_dfs.o g++ -shared -s -static-libgcc -o gpboost.dll gpboost-win.def boosting/boosting.o boosting/gbdt.o boosting/gbdt_model_text.o boosting/gbdt_prediction.o boosting/prediction_early_stop.o io/bin.o io/config.o io/config_auto.o io/dataset.o io/dataset_loader.o io/file_io.o io/json11.o io/metadata.o io/parser.o io/train_share_states.o io/tree.o metric/dcg_calculator.o metric/metric.o objective/objective_function.o network/ifaddrs_patch.o network/linker_topo.o network/linkers_mpi.o network/linkers_socket.o network/network.o treelearner/data_parallel_tree_learner.o treelearner/feature_parallel_tree_learner.o treelearner/gpu_tree_learner.o treelearner/linear_tree_learner.o treelearner/serial_tree_learner.o treelearner/tree_learner.o treelearner/voting_parallel_tree_learner.o c_api.o gpboost_R.o re_model.o sparse_matrix_utils.o GP_utils.o DF_utils.o Vecchia_utils.o CG_utils.o cs_spsolve.o cs_reach.o cs_dfs.o -fopenmp -pthread -lws2_32 -lIphlpapi -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-gpboost/00new/gpboost/libs/x64 ** R ** data ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (gpboost)